#B96BAC

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

Shades of Violet Blue #B96BAC

Tints of Violet Blue #B96BAC

Color information

#B96BAC (or 0xB96BAC) is unknown color: approx Violet Blue. HEX triplet: B9, 6B and AC. RGB value is (185,107,172). Sum of RGB (Red+Green+Blue) = 185+107+172=464 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.87% from 464); Green value is 107 (42.19% from 255 or 23.06% from 464); Blue value is 172 (67.58% from 255 or 37.07% from 464); Max value from RGB is 185 - color contains mainly: red. Hex color #B96BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96BAC is #469453. Grayscale: #898989. Windows color (decimal): -4625492 or 11299769. OLE color: 11299769.

HSL color Cylindrical-coordinate representation of color #B96BAC: hue angle of 310º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B96BAC is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB185107172-
CMYK00.420.070.27
HSL310º35.78%57.25%-
HSV(B)310º42.16%72.55%-
XYZ32.7123.8141.9-
YUV137.73147.34161.71-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.87%
GREEN value IS 107 (42.19% from 255) = 23.06%
BLUE value IS 172 (67.58% from 255) = 37.07%
R=39.87%
G=23.06%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510717200.420.070.2731035.7857.25
HexB96BAC02A71B1362439
Octal2711532540527334664471
Binary10111001110101110101100010101011111011100110110100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96BAC; }

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

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

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

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

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

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

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

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