#B36FCD

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

Shades of Medium Orchid #B36FCD

Tints of Medium Orchid #B36FCD

Color information

#B36FCD (or 0xB36FCD) is unknown color: approx Medium Orchid. HEX triplet: B3, 6F and CD. RGB value is (179,111,205). Sum of RGB (Red+Green+Blue) = 179+111+205=495 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.16% from 495); Green value is 111 (43.75% from 255 or 22.42% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 205 - color contains mainly: blue. Hex color #B36FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36FCD is #4C9032. Grayscale: #8D8D8D. Windows color (decimal): -5017651 or 13463475. OLE color: 13463475.

HSL color Cylindrical-coordinate representation of color #B36FCD: hue angle of 283.4º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B36FCD is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB179111205-
CMYK0.130.4600.20
HSL283.4º48.45%61.96%-
HSV(B)283.4º45.85%80.39%-
XYZ35.2925.3660.79-
YUV142.05163.53154.36-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.16%
GREEN value IS 111 (43.75% from 255) = 22.42%
BLUE value IS 205 (80.47% from 255) = 41.41%
R=36.16%
G=22.42%
B=41.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1791112050.130.4600.20283.448.4561.96
HexB36FCDD2E01411b303e
Octal26315731515560244336076
Binary101100111101111110011011101101110010100100011011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36FCD; }

 p { color: rgb(179,111,205); }

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

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

 a { background-color: rgb(179,111,205); }

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

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

 span { border-color: rgb(179,111,205); }

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