#b96bdb

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

Shades of Medium Orchid #B96BDB

Tints of Medium Orchid #B96BDB

Color information

#B96BDB (or 0xB96BDB) is unknown color: approx Medium Orchid. HEX triplet: B9, 6B and DB. RGB value is (185,107,219). Sum of RGB (Red+Green+Blue) = 185+107+219=511 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.20% from 511); Green value is 107 (42.19% from 255 or 20.94% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #B96BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96BDB is #469424. Grayscale: #8E8E8E. Windows color (decimal): -4625445 or 14379961. OLE color: 14379961.

HSL color Cylindrical-coordinate representation of color #B96BDB: hue angle of 281.79º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B96BDB is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB185107219-
CMYK0.160.5100.14
HSL281.79º60.87%63.92%-
HSV(B)281.79º51.14%85.88%-
XYZ38.0525.9470.02-
YUV143.09170.84157.89-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.20%
GREEN value IS 107 (42.19% from 255) = 20.94%
BLUE value IS 219 (85.94% from 255) = 42.86%
R=36.20%
G=20.94%
B=42.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1851072190.160.5100.14281.7960.8763.92
HexB96BDB10330E11a3d40
Octal271153333206301643275100
Binary1011100111010111101101110000110011011101000110101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b96bdb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b96bdb; }

 p { color: rgb(185,107,219); }

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

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

 a { background-color: rgb(185,107,219); }

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

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

 span { border-color: rgb(185,107,219); }

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