Html Css Color HEX #B96BAB Violet Blue

📋 copy color: '#B96BAB'

red 185 ◦ green 107 ◦ blue 171

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

Shades of Violet Blue #B96BAB

Tints of Violet Blue #B96BAB

RGB

 RED value IS 185 (72.66% from 255) = 39.96%

 GREEN value IS 107 (42.19% from 255) = 23.11%

 BLUE value IS 171 (67.19% from 255) = 36.93%

R = 39.96%
G = 23.11%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B96BAB (or 0xB96BAB) is known color: Violet Blue. HEX triplet: B9, 6B and AB. RGB value is (185,107,171). Sum of RGB (Red+Green+Blue) = 185+107+171=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 107 (42.19% from 255 or 23.11% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 185 - color contains mainly: red. Hex color #B96BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96BAB is #469454. Grayscale: #898989. Windows color (decimal): -4625493 or 11234233. OLE color: 11234233.

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

Color convert

RGB 185 107 171 -
CMYK 0 0.42 0.08 0.27
HSL 310.77º 0.36% 0.57% -
HSV(B) 310.77º 0.42% 0.73% -
XYZ 32.62 23.77 41.4 -
YUV 137.62 146.84 161.8 -
System Red Green Blue C M Y K H S L
Decimal 185 107 171 0 0.42 0.08 0.27 310.77 0.36 0.57
Hex B9 6B AB 0 2A 8 1B 137 24 39
Octal 271 153 253 0 52 10 33 467 44 71
Binary 10111001 1101011 10101011 0 101010 1000 11011 100110111 100100 111001

Color Harmonies of #B96BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96BAB

Black with #B96BAB

Text Example


Text Example

White with #B96BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96BAB; }

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

 H1.HeaderClassName
 {
   color: #B96BAB;
 }
 .AnyTagClassName
 {
   color: #B96BAB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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