#B96FCD

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

Shades of Medium Orchid #B96FCD

Tints of Medium Orchid #B96FCD

Color information

#B96FCD (or 0xB96FCD) is unknown color: approx Medium Orchid. HEX triplet: B9, 6F and CD. RGB value is (185,111,205). Sum of RGB (Red+Green+Blue) = 185+111+205=501 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.93% from 501); Green value is 111 (43.75% from 255 or 22.16% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #B96FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96FCD is #469032. Grayscale: #8F8F8F. Windows color (decimal): -4624435 or 13463481. OLE color: 13463481.

HSL color Cylindrical-coordinate representation of color #B96FCD: hue angle of 287.23º 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 #B96FCD is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB185111205-
CMYK0.100.4600.20
HSL287.23º48.45%61.96%-
HSV(B)287.23º45.85%80.39%-
XYZ36.7126.0960.86-
YUV143.84162.52157.36-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.93%
GREEN value IS 111 (43.75% from 255) = 22.16%
BLUE value IS 205 (80.47% from 255) = 40.92%
R=36.93%
G=22.16%
B=40.92%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1851112050.100.4600.20287.2348.4561.96
HexB96FCDA2E01411f303e
Octal27115731512560244376076
Binary101110011101111110011011010101110010100100011111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96FCD; }

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

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

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

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

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

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

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

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