#B96ADB

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

Shades of Medium Orchid #B96ADB

Tints of Medium Orchid #B96ADB

Color information

#B96ADB (or 0xB96ADB) is unknown color: approx Medium Orchid. HEX triplet: B9, 6A and DB. RGB value is (185,106,219). Sum of RGB (Red+Green+Blue) = 185+106+219=510 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.27% from 510); Green value is 106 (41.80% from 255 or 20.78% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #B96ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96ADB is #469524. Grayscale: #8E8E8E. Windows color (decimal): -4625701 or 14379705. OLE color: 14379705.

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

Color convert

RGB185106219-
CMYK0.160.5200.14
HSL281.95º61.08%63.73%-
HSV(B)281.95º51.6%85.88%-
XYZ37.9525.7469.99-
YUV142.5171.17158.31-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.27%
GREEN value IS 106 (41.80% from 255) = 20.78%
BLUE value IS 219 (85.94% from 255) = 42.94%
R=36.27%
G=20.78%
B=42.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1851062190.160.5200.14281.9561.0863.73
HexB96ADB10340E11a3d40
Octal271152333206401643275100
Binary1011100111010101101101110000110100011101000110101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96ADB; }

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

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

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

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

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

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

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

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