#B156DE

Color #B156DE Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B156DE

Tints of Medium Orchid #B156DE

Color information

#B156DE (or 0xB156DE) is unknown color: approx Medium Orchid. HEX triplet: B1, 56 and DE. RGB value is (177,86,222). Sum of RGB (Red+Green+Blue) = 177+86+222=485 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.49% from 485); Green value is 86 (33.98% from 255 or 17.73% from 485); Blue value is 222 (87.11% from 255 or 45.77% from 485); Max value from RGB is 222 - color contains mainly: blue. Hex color #B156DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B156DE is #4EA921. Grayscale: #808080. Windows color (decimal): -5155106 or 14571185. OLE color: 14571185.

HSL color Cylindrical-coordinate representation of color #B156DE: hue angle of 280.15º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B156DE is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17786222-
CMYK0.200.6100.13
HSL280.15º67.33%60.39%-
HSV(B)280.15º61.26%87.06%-
XYZ34.6421.2871.39-
YUV128.71180.65162.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 177 (69.53% from 255) = 36.49%
GREEN value IS 86 (33.98% from 255) = 17.73%
BLUE value IS 222 (87.11% from 255) = 45.77%
R=36.49%
G=17.73%
B=45.77%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal177862220.200.6100.13280.1567.3360.39
HexB156DE143D0D118433c
Octal261126336247501543010374
Binary1011000110101101101111010100111101011011000110001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B156DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B156DE; }

 p { color: rgb(177,86,222); }

 H1.HeaderClassName
 {
   color: #B156DE;
 }
 .AnyTagClassName
 {
   color: #B156DE;
 }
</style>
background-color css

<style>
 a { background-color: #B156DE; }

 a { background-color: rgb(177,86,222); }

 div.DivClassName
 {
   background-color: #B156DE;
 }
 .BgClassName
 {
   background-color: #B156DE;
 }
</style>
border-color css

<style>
 span { border-color: #B156DE; }

 span { border-color: rgb(177,86,222); }

 td.TdClassName
 {
   border-color: #B156DE;
 }
 .TagClassName
 {
   border-color: #B156DE;
 }
</style>