Html Css Color HEX #B96AAC Violet Blue

📋 copy color: '#B96AAC'

red 185 ◦ green 106 ◦ blue 172

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

Shades of Violet Blue #B96AAC

Tints of Violet Blue #B96AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.15%

R = 39.96%
G = 22.89%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#B96AAC (or 0xB96AAC) is known color: Violet Blue. HEX triplet: B9, 6A and AC. RGB value is (185,106,172). Sum of RGB (Red+Green+Blue) = 185+106+172=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 106 (41.80% from 255 or 22.89% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 185 - color contains mainly: red. Hex color #B96AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96AAC is #469553. Grayscale: #888888. Windows color (decimal): -4625748 or 11299513. OLE color: 11299513.

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

Color convert

RGB 185 106 172 -
CMYK 0 0.43 0.07 0.27
HSL 309.87º 0.36% 0.57% -
HSV(B) 309.87º 0.43% 0.73% -
XYZ 32.61 23.6 41.87 -
YUV 137.15 147.67 162.13 -
System Red Green Blue C M Y K H S L
Decimal 185 106 172 0 0.43 0.07 0.27 309.87 0.36 0.57
Hex B9 6A AC 0 2B 7 1B 136 24 39
Octal 271 152 254 0 53 7 33 466 44 71
Binary 10111001 1101010 10101100 0 101011 111 11011 100110110 100100 111001

Color Harmonies of #B96AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96AAC

Black with #B96AAC

Text Example


Text Example

White with #B96AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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