#B96FDD

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

Shades of Medium Orchid #B96FDD

Tints of Medium Orchid #B96FDD

Color information

#B96FDD (or 0xB96FDD) is unknown color: approx Medium Orchid. HEX triplet: B9, 6F and DD. RGB value is (185,111,221). Sum of RGB (Red+Green+Blue) = 185+111+221=517 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.78% from 517); Green value is 111 (43.75% from 255 or 21.47% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #B96FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96FDD is #469022. Grayscale: #919191. Windows color (decimal): -4624419 or 14512057. OLE color: 14512057.

HSL color Cylindrical-coordinate representation of color #B96FDD: hue angle of 280.36º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B96FDD is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB185111221-
CMYK0.160.5000.13
HSL280.36º61.8%65.1%-
HSV(B)280.36º49.77%86.67%-
XYZ38.7426.971.56-
YUV145.67170.52156.06-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.78%
GREEN value IS 111 (43.75% from 255) = 21.47%
BLUE value IS 221 (86.72% from 255) = 42.75%
R=35.78%
G=21.47%
B=42.75%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1851112210.160.5000.13280.3661.865.1
HexB96FDD10320D1183e41
Octal271157335206201543076101
Binary1011100111011111101110110000110010011011000110001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96FDD; }

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

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

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

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

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

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

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

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