#B36DCB

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

Shades of Medium Orchid #B36DCB

Tints of Medium Orchid #B36DCB

Color information

#B36DCB (or 0xB36DCB) is unknown color: approx Medium Orchid. HEX triplet: B3, 6D and CB. RGB value is (179,109,203). Sum of RGB (Red+Green+Blue) = 179+109+203=491 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.46% from 491); Green value is 109 (42.97% from 255 or 22.20% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 203 - color contains mainly: blue. Hex color #B36DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36DCB is #4C9234. Grayscale: #8C8C8C. Windows color (decimal): -5018165 or 13331891. OLE color: 13331891.

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

Color convert

RGB179109203-
CMYK0.120.4600.20
HSL284.68º47.47%61.18%-
HSV(B)284.68º46.31%79.61%-
XYZ34.8424.8359.46-
YUV140.65163.19155.36-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.46%
GREEN value IS 109 (42.97% from 255) = 22.20%
BLUE value IS 203 (79.69% from 255) = 41.34%
R=36.46%
G=22.20%
B=41.34%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1791092030.120.4600.20284.6847.4761.18
HexB36DCBC2E01411d2f3d
Octal26315531314560244355775
Binary101100111101101110010111100101110010100100011101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36DCB; }

 p { color: rgb(179,109,203); }

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

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

 a { background-color: rgb(179,109,203); }

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

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

 span { border-color: rgb(179,109,203); }

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