Shades of Violet Blue #B76CAA
Tints of Violet Blue #B76CAA
RGB
CMYK
RGB Variations
Color information
#B76CAA (or 0xB76CAA) is known color: Violet Blue. HEX triplet: B7, 6C and AA. RGB value is (183,108,170). Sum of RGB (Red+Green+Blue) = 183+108+170=461 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.70% from 461); Green value is 108 (42.58% from 255 or 23.43% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 183 - color contains mainly: red. Hex color #B76CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76CAA is #489355. Grayscale: #898989. Windows color (decimal): -4756310 or 11168951. OLE color: 11168951.
HSL color Cylindrical-coordinate representation of color #B76CAA: hue angle of 310.4º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B76CAA is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 108 | 170 | - |
| CMYK | 0 | 0.41 | 0.07 | 0.28 |
| HSL | 310.4º | 0.34% | 0.57% | - |
| HSV(B) | 310.4º | 0.41% | 0.72% | - |
| XYZ | 32.15 | 23.69 | 40.91 | - |
| YUV | 137.49 | 146.35 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 108 | 170 | 0 | 0.41 | 0.07 | 0.28 | 310.4 | 0.34 | 0.57 |
| Hex | B7 | 6C | AA | 0 | 29 | 7 | 1C | 136 | 22 | 39 |
| Octal | 267 | 154 | 252 | 0 | 51 | 7 | 34 | 466 | 42 | 71 |
| Binary | 10110111 | 1101100 | 10101010 | 0 | 101001 | 111 | 11100 | 100110110 | 100010 | 111001 |
Color Harmonies of #B76CAA
Complementary color
Monochromatic Colors of #B76CAA
Black with #B76CAA
Text Example
Text Example
White with #B76CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76CAA; }
p { color: rgb(183,108,170); }
H1.HeaderClassName
{
color: #B76CAA;
}
.AnyTagClassName
{
color: #B76CAA;
}
</style>
background-color css
<style>
a { background-color: #B76CAA; }
a { background-color: rgb(183,108,170); }
div.DivClassName
{
background-color: #B76CAA;
}
.BgClassName
{
background-color: #B76CAA;
}
</style>
border-color css
<style>
span { border-color: #B76CAA; }
span { border-color: rgb(183,108,170); }
td.TdClassName
{
border-color: #B76CAA;
}
.TagClassName
{
border-color: #B76CAA;
}
</style>