Html Css Color HEX #B96AA8 Violet Blue

📋 copy color: '#B96AA8'

red 185 ◦ green 106 ◦ blue 168

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

Shades of Violet Blue #B96AA8

Tints of Violet Blue #B96AA8

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.09%

 BLUE value IS 168 (66.02% from 255) = 36.6%

R = 40.31%
G = 23.09%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#B96AA8 (or 0xB96AA8) is known color: Violet Blue. HEX triplet: B9, 6A and A8. RGB value is (185,106,168). Sum of RGB (Red+Green+Blue) = 185+106+168=459 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.31% from 459); Green value is 106 (41.80% from 255 or 23.09% from 459); Blue value is 168 (66.02% from 255 or 36.60% from 459); Max value from RGB is 185 - color contains mainly: red. Hex color #B96AA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96AA8 is #469557. Grayscale: #888888. Windows color (decimal): -4625752 or 11037369. OLE color: 11037369.

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

Color convert

RGB 185 106 168 -
CMYK 0 0.43 0.09 0.27
HSL 312.91º 0.36% 0.57% -
HSV(B) 312.91º 0.43% 0.73% -
XYZ 32.23 23.45 39.87 -
YUV 136.69 145.67 162.46 -
System Red Green Blue C M Y K H S L
Decimal 185 106 168 0 0.43 0.09 0.27 312.91 0.36 0.57
Hex B9 6A A8 0 2B 9 1B 139 24 39
Octal 271 152 250 0 53 11 33 471 44 71
Binary 10111001 1101010 10101000 0 101011 1001 11011 100111001 100100 111001

Color Harmonies of #B96AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96AA8

Black with #B96AA8

Text Example


Text Example

White with #B96AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96AA8; }

 p { color: rgb(185,106,168); }

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

background-color css

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

 a { background-color: rgb(185,106,168); }

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

border-color css

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

 span { border-color: rgb(185,106,168); }

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