Shades of Violet Blue #B76AAB
Tints of Violet Blue #B76AAB
RGB
CMYK
RGB Variations
Color information
#B76AAB (or 0xB76AAB) is known color: Violet Blue. HEX triplet: B7, 6A and AB. RGB value is (183,106,171). Sum of RGB (Red+Green+Blue) = 183+106+171=460 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.78% from 460); Green value is 106 (41.80% from 255 or 23.04% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 183 - color contains mainly: red. Hex color #B76AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76AAB is #489554. Grayscale: #888888. Windows color (decimal): -4756821 or 11233975. OLE color: 11233975.
HSL color Cylindrical-coordinate representation of color #B76AAB: hue angle of 309.35º 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 #B76AAB is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 106 | 171 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.28 |
| HSL | 309.35º | 0.35% | 0.57% | - |
| HSV(B) | 309.35º | 0.42% | 0.72% | - |
| XYZ | 32.03 | 23.32 | 41.34 | - |
| YUV | 136.43 | 147.51 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 106 | 171 | 0 | 0.42 | 0.07 | 0.28 | 309.35 | 0.35 | 0.57 |
| Hex | B7 | 6A | AB | 0 | 2A | 7 | 1C | 135 | 23 | 39 |
| Octal | 267 | 152 | 253 | 0 | 52 | 7 | 34 | 465 | 43 | 71 |
| Binary | 10110111 | 1101010 | 10101011 | 0 | 101010 | 111 | 11100 | 100110101 | 100011 | 111001 |
Color Harmonies of #B76AAB
Complementary color
Monochromatic Colors of #B76AAB
Black with #B76AAB
Text Example
Text Example
White with #B76AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76AAB; }
p { color: rgb(183,106,171); }
H1.HeaderClassName
{
color: #B76AAB;
}
.AnyTagClassName
{
color: #B76AAB;
}
</style>
background-color css
<style>
a { background-color: #B76AAB; }
a { background-color: rgb(183,106,171); }
div.DivClassName
{
background-color: #B76AAB;
}
.BgClassName
{
background-color: #B76AAB;
}
</style>
border-color css
<style>
span { border-color: #B76AAB; }
span { border-color: rgb(183,106,171); }
td.TdClassName
{
border-color: #B76AAB;
}
.TagClassName
{
border-color: #B76AAB;
}
</style>