Shades of Violet Blue #B76AAA
Tints of Violet Blue #B76AAA
RGB
CMYK
RGB Variations
Color information
#B76AAA (or 0xB76AAA) is known color: Violet Blue. HEX triplet: B7, 6A and AA. RGB value is (183,106,170). Sum of RGB (Red+Green+Blue) = 183+106+170=459 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.87% from 459); Green value is 106 (41.80% from 255 or 23.09% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 183 - color contains mainly: red. Hex color #B76AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76AAA is #489555. Grayscale: #888888. Windows color (decimal): -4756822 or 11168439. OLE color: 11168439.
HSL color Cylindrical-coordinate representation of color #B76AAA: hue angle of 310.13º 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 #B76AAA is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 106 | 170 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.28 |
| HSL | 310.13º | 0.35% | 0.57% | - |
| HSV(B) | 310.13º | 0.42% | 0.72% | - |
| XYZ | 31.94 | 23.28 | 40.84 | - |
| YUV | 136.32 | 147.01 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 106 | 170 | 0 | 0.42 | 0.07 | 0.28 | 310.13 | 0.35 | 0.57 |
| Hex | B7 | 6A | AA | 0 | 2A | 7 | 1C | 136 | 23 | 39 |
| Octal | 267 | 152 | 252 | 0 | 52 | 7 | 34 | 466 | 43 | 71 |
| Binary | 10110111 | 1101010 | 10101010 | 0 | 101010 | 111 | 11100 | 100110110 | 100011 | 111001 |
Color Harmonies of #B76AAA
Complementary color
Monochromatic Colors of #B76AAA
Black with #B76AAA
Text Example
Text Example
White with #B76AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76AAA; }
p { color: rgb(183,106,170); }
H1.HeaderClassName
{
color: #B76AAA;
}
.AnyTagClassName
{
color: #B76AAA;
}
</style>
background-color css
<style>
a { background-color: #B76AAA; }
a { background-color: rgb(183,106,170); }
div.DivClassName
{
background-color: #B76AAA;
}
.BgClassName
{
background-color: #B76AAA;
}
</style>
border-color css
<style>
span { border-color: #B76AAA; }
span { border-color: rgb(183,106,170); }
td.TdClassName
{
border-color: #B76AAA;
}
.TagClassName
{
border-color: #B76AAA;
}
</style>