Html Css Color HEX #B76BA9 Violet Blue

📋 copy color: '#B76BA9'

red 183 ◦ green 107 ◦ blue 169

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

Shades of Violet Blue #B76BA9

Tints of Violet Blue #B76BA9

RGB

 RED value IS 183 (71.88% from 255) = 39.87%

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

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

R = 39.87%
G = 23.31%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.08

 K value IS 0.28

RGB Variations

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

Color information

#B76BA9 (or 0xB76BA9) is known color: Violet Blue. HEX triplet: B7, 6B and A9. RGB value is (183,107,169). Sum of RGB (Red+Green+Blue) = 183+107+169=459 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.87% from 459); Green value is 107 (42.19% from 255 or 23.31% from 459); Blue value is 169 (66.41% from 255 or 36.82% from 459); Max value from RGB is 183 - color contains mainly: red. Hex color #B76BA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76BA9 is #489456. Grayscale: #888888. Windows color (decimal): -4756567 or 11103159. OLE color: 11103159.

HSL color Cylindrical-coordinate representation of color #B76BA9: hue angle of 311.05º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B76BA9 is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 107 169 -
CMYK 0 0.42 0.08 0.28
HSL 311.05º 0.35% 0.57% -
HSV(B) 311.05º 0.42% 0.72% -
XYZ 31.95 23.45 40.38 -
YUV 136.79 146.18 160.96 -
System Red Green Blue C M Y K H S L
Decimal 183 107 169 0 0.42 0.08 0.28 311.05 0.35 0.57
Hex B7 6B A9 0 2A 8 1C 137 23 39
Octal 267 153 251 0 52 10 34 467 43 71
Binary 10110111 1101011 10101001 0 101010 1000 11100 100110111 100011 111001

Color Harmonies of #B76BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76BA9

Black with #B76BA9

Text Example


Text Example

White with #B76BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76BA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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