Shades of Violet Blue #B76AAC
Tints of Violet Blue #B76AAC
RGB
CMYK
RGB Variations
Color information
#B76AAC (or 0xB76AAC) is known color: Violet Blue. HEX triplet: B7, 6A and AC. RGB value is (183,106,172). Sum of RGB (Red+Green+Blue) = 183+106+172=461 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.70% from 461); Green value is 106 (41.80% from 255 or 22.99% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 183 - color contains mainly: red. Hex color #B76AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76AAC is #489553. Grayscale: #888888. Windows color (decimal): -4756820 or 11299511. OLE color: 11299511.
HSL color Cylindrical-coordinate representation of color #B76AAC: hue angle of 308.57º 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 #B76AAC is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 106 | 172 | - |
| CMYK | 0 | 0.42 | 0.06 | 0.28 |
| HSL | 308.57º | 0.35% | 0.57% | - |
| HSV(B) | 308.57º | 0.42% | 0.72% | - |
| XYZ | 32.13 | 23.35 | 41.84 | - |
| YUV | 136.55 | 148.01 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 106 | 172 | 0 | 0.42 | 0.06 | 0.28 | 308.57 | 0.35 | 0.57 |
| Hex | B7 | 6A | AC | 0 | 2A | 6 | 1C | 135 | 23 | 39 |
| Octal | 267 | 152 | 254 | 0 | 52 | 6 | 34 | 465 | 43 | 71 |
| Binary | 10110111 | 1101010 | 10101100 | 0 | 101010 | 110 | 11100 | 100110101 | 100011 | 111001 |
Color Harmonies of #B76AAC
Complementary color
Monochromatic Colors of #B76AAC
Black with #B76AAC
Text Example
Text Example
White with #B76AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76AAC; }
p { color: rgb(183,106,172); }
H1.HeaderClassName
{
color: #B76AAC;
}
.AnyTagClassName
{
color: #B76AAC;
}
</style>
background-color css
<style>
a { background-color: #B76AAC; }
a { background-color: rgb(183,106,172); }
div.DivClassName
{
background-color: #B76AAC;
}
.BgClassName
{
background-color: #B76AAC;
}
</style>
border-color css
<style>
span { border-color: #B76AAC; }
span { border-color: rgb(183,106,172); }
td.TdClassName
{
border-color: #B76AAC;
}
.TagClassName
{
border-color: #B76AAC;
}
</style>