#B36CD0

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

Shades of Medium Orchid #B36CD0

Tints of Medium Orchid #B36CD0

Color information

#B36CD0 (or 0xB36CD0) is unknown color: approx Medium Orchid. HEX triplet: B3, 6C and D0. RGB value is (179,108,208). Sum of RGB (Red+Green+Blue) = 179+108+208=495 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.16% from 495); Green value is 108 (42.58% from 255 or 21.82% from 495); Blue value is 208 (81.64% from 255 or 42.02% from 495); Max value from RGB is 208 - color contains mainly: blue. Hex color #B36CD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36CD0 is #4C932F. Grayscale: #8C8C8C. Windows color (decimal): -5018416 or 13659315. OLE color: 13659315.

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

Color convert

RGB179108208-
CMYK0.140.4800.18
HSL282.6º51.55%61.96%-
HSV(B)282.6º48.08%81.57%-
XYZ35.3424.8662.61-
YUV140.63166.02155.37-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.16%
GREEN value IS 108 (42.58% from 255) = 21.82%
BLUE value IS 208 (81.64% from 255) = 42.02%
R=36.16%
G=21.82%
B=42.02%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1791082080.140.4800.18282.651.5561.96
HexB36CD0E3001211b343e
Octal26315432016600224336476
Binary101100111101100110100001110110000010010100011011110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36CD0; }

 p { color: rgb(179,108,208); }

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

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

 a { background-color: rgb(179,108,208); }

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

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

 span { border-color: rgb(179,108,208); }

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