#B36BD2

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

Shades of Medium Orchid #B36BD2

Tints of Medium Orchid #B36BD2

Color information

#B36BD2 (or 0xB36BD2) is unknown color: approx Medium Orchid. HEX triplet: B3, 6B and D2. RGB value is (179,107,210). Sum of RGB (Red+Green+Blue) = 179+107+210=496 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.09% from 496); Green value is 107 (42.19% from 255 or 21.57% from 496); Blue value is 210 (82.42% from 255 or 42.34% from 496); Max value from RGB is 210 - color contains mainly: blue. Hex color #B36BD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36BD2 is #4C942D. Grayscale: #8B8B8B. Windows color (decimal): -5018670 or 13790131. OLE color: 13790131.

HSL color Cylindrical-coordinate representation of color #B36BD2: hue angle of 281.94º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B36BD2 is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB179107210-
CMYK0.150.4900.18
HSL281.94º53.37%62.16%-
HSV(B)281.94º49.05%82.35%-
XYZ35.4824.7563.88-
YUV140.27167.35155.62-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.09%
GREEN value IS 107 (42.19% from 255) = 21.57%
BLUE value IS 210 (82.42% from 255) = 42.34%
R=36.09%
G=21.57%
B=42.34%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1791072100.150.4900.18281.9453.3762.16
HexB36BD2F3101211a353e
Octal26315332217610224326576
Binary101100111101011110100101111110001010010100011010110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36BD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36BD2; }

 p { color: rgb(179,107,210); }

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

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

 a { background-color: rgb(179,107,210); }

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

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

 span { border-color: rgb(179,107,210); }

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