Html Css Color HEX #B96BAC Violet Blue

📋 copy color: '#B96BAC'

red 185 ◦ green 107 ◦ blue 172

#B96BAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet Blue #B96BAC

Tints of Violet Blue #B96BAC

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 value IS 0

 M value IS 0.42

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#B96BAC (or 0xB96BAC) is known color: 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

RGB 185 107 172 -
CMYK 0 0.42 0.07 0.27
HSL 310º 0.36% 0.57% -
HSV(B) 310º 0.42% 0.73% -
XYZ 32.71 23.81 41.9 -
YUV 137.73 147.34 161.71 -
System Red Green Blue C M Y K H S L
Decimal 185 107 172 0 0.42 0.07 0.27 310 0.36 0.57
Hex B9 6B AC 0 2A 7 1B 136 24 39
Octal 271 153 254 0 52 7 33 466 44 71
Binary 10111001 1101011 10101100 0 101010 111 11011 100110110 100100 111001

Color Harmonies of #B96BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96BAC

Black with #B96BAC

Text Example


Text Example

White with #B96BAC

Text Example


Text Example

HTML Codes & Css Web 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>