Shades of Violet Blue #B76BA8
Tints of Violet Blue #B76BA8
RGB
CMYK
RGB Variations
Color information
#B76BA8 (or 0xB76BA8) is known color: Violet Blue. HEX triplet: B7, 6B and A8. RGB value is (183,107,168). Sum of RGB (Red+Green+Blue) = 183+107+168=458 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.96% from 458); Green value is 107 (42.19% from 255 or 23.36% from 458); Blue value is 168 (66.02% from 255 or 36.68% from 458); Max value from RGB is 183 - color contains mainly: red. Hex color #B76BA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76BA8 is #489457. Grayscale: #888888. Windows color (decimal): -4756568 or 11037623. OLE color: 11037623.
HSL color Cylindrical-coordinate representation of color #B76BA8: hue angle of 311.84º 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 #B76BA8 is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 107 | 168 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.28 |
| HSL | 311.84º | 0.35% | 0.57% | - |
| HSV(B) | 311.84º | 0.42% | 0.72% | - |
| XYZ | 31.85 | 23.41 | 39.89 | - |
| YUV | 136.68 | 145.68 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 107 | 168 | 0 | 0.42 | 0.08 | 0.28 | 311.84 | 0.35 | 0.57 |
| Hex | B7 | 6B | A8 | 0 | 2A | 8 | 1C | 138 | 23 | 39 |
| Octal | 267 | 153 | 250 | 0 | 52 | 10 | 34 | 470 | 43 | 71 |
| Binary | 10110111 | 1101011 | 10101000 | 0 | 101010 | 1000 | 11100 | 100111000 | 100011 | 111001 |
Color Harmonies of #B76BA8
Complementary color
Monochromatic Colors of #B76BA8
Black with #B76BA8
Text Example
Text Example
White with #B76BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76BA8; }
p { color: rgb(183,107,168); }
H1.HeaderClassName
{
color: #B76BA8;
}
.AnyTagClassName
{
color: #B76BA8;
}
</style>
background-color css
<style>
a { background-color: #B76BA8; }
a { background-color: rgb(183,107,168); }
div.DivClassName
{
background-color: #B76BA8;
}
.BgClassName
{
background-color: #B76BA8;
}
</style>
border-color css
<style>
span { border-color: #B76BA8; }
span { border-color: rgb(183,107,168); }
td.TdClassName
{
border-color: #B76BA8;
}
.TagClassName
{
border-color: #B76BA8;
}
</style>