#B96EAD

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

Shades of Violet Blue #B96EAD

Tints of Violet Blue #B96EAD

Color information

#B96EAD (or 0xB96EAD) is unknown color: approx Violet Blue. HEX triplet: B9, 6E and AD. RGB value is (185,110,173). Sum of RGB (Red+Green+Blue) = 185+110+173=468 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.53% from 468); Green value is 110 (43.36% from 255 or 23.50% from 468); Blue value is 173 (67.97% from 255 or 36.97% from 468); Max value from RGB is 185 - color contains mainly: red. Hex color #B96EAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96EAD is #469152. Grayscale: #8B8B8B. Windows color (decimal): -4624723 or 11366073. OLE color: 11366073.

HSL color Cylindrical-coordinate representation of color #B96EAD: hue angle of 309.6º 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 #B96EAD is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB185110173-
CMYK00.410.060.27
HSL309.6º34.88%57.84%-
HSV(B)309.6º40.54%72.55%-
XYZ33.1324.4842.51-
YUV139.61146.85160.38-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.53%
GREEN value IS 110 (43.36% from 255) = 23.50%
BLUE value IS 173 (67.97% from 255) = 36.97%
R=39.53%
G=23.50%
B=36.97%

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
Decimal18511017300.410.060.27309.634.8857.84
HexB96EAD02961B136233a
Octal2711562550516334664372
Binary10111001110111010101101010100111011011100110110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96EAD; }

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

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

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

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

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

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

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

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