#B96CCB

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

Shades of Medium Orchid #B96CCB

Tints of Medium Orchid #B96CCB

Color information

#B96CCB (or 0xB96CCB) is unknown color: approx Medium Orchid. HEX triplet: B9, 6C and CB. RGB value is (185,108,203). Sum of RGB (Red+Green+Blue) = 185+108+203=496 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.30% from 496); Green value is 108 (42.58% from 255 or 21.77% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 203 - color contains mainly: blue. Hex color #B96CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96CCB is #469334. Grayscale: #8D8D8D. Windows color (decimal): -4625205 or 13331641. OLE color: 13331641.

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

Color convert

RGB185108203-
CMYK0.090.4700.20
HSL288.63º47.74%60.98%-
HSV(B)288.63º46.8%79.61%-
XYZ36.1525.3559.49-
YUV141.85162.51158.78-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.30%
GREEN value IS 108 (42.58% from 255) = 21.77%
BLUE value IS 203 (79.69% from 255) = 40.93%
R=37.30%
G=21.77%
B=40.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1851082030.090.4700.20288.6347.7460.98
HexB96CCB92F014121303d
Octal27115431311570244416075
Binary101110011101100110010111001101111010100100100001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96CCB; }

 p { color: rgb(185,108,203); }

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

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

 a { background-color: rgb(185,108,203); }

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

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

 span { border-color: rgb(185,108,203); }

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