#B96CCC

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

Shades of Medium Orchid #B96CCC

Tints of Medium Orchid #B96CCC

Color information

#B96CCC (or 0xB96CCC) is unknown color: approx Medium Orchid. HEX triplet: B9, 6C and CC. RGB value is (185,108,204). Sum of RGB (Red+Green+Blue) = 185+108+204=497 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.22% from 497); Green value is 108 (42.58% from 255 or 21.73% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 204 - color contains mainly: blue. Hex color #B96CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96CCC is #469333. Grayscale: #8D8D8D. Windows color (decimal): -4625204 or 13397177. OLE color: 13397177.

HSL color Cylindrical-coordinate representation of color #B96CCC: hue angle of 288.12º 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 #B96CCC is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB185108204-
CMYK0.090.4700.2
HSL288.12º48.48%61.18%-
HSV(B)288.12º47.06%80%-
XYZ36.2725.460.12-
YUV141.97163.01158.69-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.22%
GREEN value IS 108 (42.58% from 255) = 21.73%
BLUE value IS 204 (80.08% from 255) = 41.05%
R=37.22%
G=21.73%
B=41.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1851082040.090.4700.2288.1248.4861.18
HexB96CCC92F014120303d
Octal27115431411570244406075
Binary101110011101100110011001001101111010100100100000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96CCC; }

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

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

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

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

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

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

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

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