Html Css Color HEX #B96DAC Violet Blue

📋 copy color: '#B96DAC'

red 185 ◦ green 109 ◦ blue 172

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

Shades of Violet Blue #B96DAC

Tints of Violet Blue #B96DAC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.39%

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

R = 39.7%
G = 23.39%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#B96DAC (or 0xB96DAC) is known color: Violet Blue. HEX triplet: B9, 6D and AC. RGB value is (185,109,172). Sum of RGB (Red+Green+Blue) = 185+109+172=466 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.70% from 466); Green value is 109 (42.97% from 255 or 23.39% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 185 - color contains mainly: red. Hex color #B96DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96DAC is #469253. Grayscale: #8A8A8A. Windows color (decimal): -4624980 or 11300281. OLE color: 11300281.

HSL color Cylindrical-coordinate representation of color #B96DAC: hue angle of 310.26º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B96DAC is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 109 172 -
CMYK 0 0.41 0.07 0.27
HSL 310.26º 0.35% 0.58% -
HSV(B) 310.26º 0.41% 0.73% -
XYZ 32.92 24.23 41.97 -
YUV 138.91 146.68 160.88 -
System Red Green Blue C M Y K H S L
Decimal 185 109 172 0 0.41 0.07 0.27 310.26 0.35 0.58
Hex B9 6D AC 0 29 7 1B 136 23 3A
Octal 271 155 254 0 51 7 33 466 43 72
Binary 10111001 1101101 10101100 0 101001 111 11011 100110110 100011 111010

Color Harmonies of #B96DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96DAC

Black with #B96DAC

Text Example


Text Example

White with #B96DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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