Html Css Color HEX #B96BA9 Violet Blue

📋 copy color: '#B96BA9'

red 185 ◦ green 107 ◦ blue 169

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

Shades of Violet Blue #B96BA9

Tints of Violet Blue #B96BA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 36.66%

R = 40.13%
G = 23.21%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#B96BA9 (or 0xB96BA9) is known color: Violet Blue. HEX triplet: B9, 6B and A9. RGB value is (185,107,169). Sum of RGB (Red+Green+Blue) = 185+107+169=461 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.13% from 461); Green value is 107 (42.19% from 255 or 23.21% from 461); Blue value is 169 (66.41% from 255 or 36.66% from 461); Max value from RGB is 185 - color contains mainly: red. Hex color #B96BA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96BA9 is #469456. Grayscale: #898989. Windows color (decimal): -4625495 or 11103161. OLE color: 11103161.

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

Color convert

RGB 185 107 169 -
CMYK 0 0.42 0.09 0.27
HSL 312.31º 0.36% 0.57% -
HSV(B) 312.31º 0.42% 0.73% -
XYZ 32.43 23.69 40.4 -
YUV 137.39 145.84 161.96 -
System Red Green Blue C M Y K H S L
Decimal 185 107 169 0 0.42 0.09 0.27 312.31 0.36 0.57
Hex B9 6B A9 0 2A 9 1B 138 24 39
Octal 271 153 251 0 52 11 33 470 44 71
Binary 10111001 1101011 10101001 0 101010 1001 11011 100111000 100100 111001

Color Harmonies of #B96BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96BA9

Black with #B96BA9

Text Example


Text Example

White with #B96BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96BA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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