#B96CD6

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

Shades of Medium Orchid #B96CD6

Tints of Medium Orchid #B96CD6

Color information

#B96CD6 (or 0xB96CD6) is unknown color: approx Medium Orchid. HEX triplet: B9, 6C and D6. RGB value is (185,108,214). Sum of RGB (Red+Green+Blue) = 185+108+214=507 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.49% from 507); Green value is 108 (42.58% from 255 or 21.30% from 507); Blue value is 214 (83.98% from 255 or 42.21% from 507); Max value from RGB is 214 - color contains mainly: blue. Hex color #B96CD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96CD6 is #469329. Grayscale: #8E8E8E. Windows color (decimal): -4625194 or 14052537. OLE color: 14052537.

HSL color Cylindrical-coordinate representation of color #B96CD6: hue angle of 283.58º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B96CD6 is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB185108214-
CMYK0.140.5000.16
HSL283.58º56.38%63.14%-
HSV(B)283.58º49.53%83.92%-
XYZ37.5125.8966.64-
YUV143.11168.01157.88-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.49%
GREEN value IS 108 (42.58% from 255) = 21.30%
BLUE value IS 214 (83.98% from 255) = 42.21%
R=36.49%
G=21.30%
B=42.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1851082140.140.5000.16283.5856.3863.14
HexB96CD6E3201011c383f
Octal27115432616620204347077
Binary101110011101100110101101110110010010000100011100111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96CD6; }

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

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

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

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

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

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

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

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