#B96DAD

Color #B96DAD Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #B96DAD

Tints of Violet Blue #B96DAD

Color information

#B96DAD (or 0xB96DAD) is unknown color: approx Violet Blue. HEX triplet: B9, 6D and AD. RGB value is (185,109,173). Sum of RGB (Red+Green+Blue) = 185+109+173=467 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.61% from 467); Green value is 109 (42.97% from 255 or 23.34% from 467); Blue value is 173 (67.97% from 255 or 37.04% from 467); Max value from RGB is 185 - color contains mainly: red. Hex color #B96DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96DAD is #469252. Grayscale: #8A8A8A. Windows color (decimal): -4624979 or 11365817. OLE color: 11365817.

HSL color Cylindrical-coordinate representation of color #B96DAD: hue angle of 309.47º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B96DAD is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB185109173-
CMYK00.410.060.27
HSL309.47º35.19%57.65%-
HSV(B)309.47º41.08%72.55%-
XYZ33.0224.2742.48-
YUV139.02147.18160.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.61%
GREEN value IS 109 (42.97% from 255) = 23.34%
BLUE value IS 173 (67.97% from 255) = 37.04%
R=39.61%
G=23.34%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510917300.410.060.27309.4735.1957.65
HexB96DAD02961B135233a
Octal2711552550516334654372
Binary10111001110110110101101010100111011011100110101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96DAD; }

 p { color: rgb(185,109,173); }

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

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

 a { background-color: rgb(185,109,173); }

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

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

 span { border-color: rgb(185,109,173); }

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