Shades of Violet Blue #B76CAC
Tints of Violet Blue #B76CAC
RGB
CMYK
RGB Variations
Color information
#B76CAC (or 0xB76CAC) is known color: Violet Blue. HEX triplet: B7, 6C and AC. RGB value is (183,108,172). Sum of RGB (Red+Green+Blue) = 183+108+172=463 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.52% from 463); Green value is 108 (42.58% from 255 or 23.33% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 183 - color contains mainly: red. Hex color #B76CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76CAC is #489353. Grayscale: #898989. Windows color (decimal): -4756308 or 11300023. OLE color: 11300023.
HSL color Cylindrical-coordinate representation of color #B76CAC: hue angle of 308.8º 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 #B76CAC is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 108 | 172 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.28 |
| HSL | 308.8º | 0.34% | 0.57% | - |
| HSV(B) | 308.8º | 0.41% | 0.72% | - |
| XYZ | 32.34 | 23.77 | 41.91 | - |
| YUV | 137.72 | 147.35 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 108 | 172 | 0 | 0.41 | 0.06 | 0.28 | 308.8 | 0.34 | 0.57 |
| Hex | B7 | 6C | AC | 0 | 29 | 6 | 1C | 135 | 22 | 39 |
| Octal | 267 | 154 | 254 | 0 | 51 | 6 | 34 | 465 | 42 | 71 |
| Binary | 10110111 | 1101100 | 10101100 | 0 | 101001 | 110 | 11100 | 100110101 | 100010 | 111001 |
Color Harmonies of #B76CAC
Complementary color
Monochromatic Colors of #B76CAC
Black with #B76CAC
Text Example
Text Example
White with #B76CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76CAC; }
p { color: rgb(183,108,172); }
H1.HeaderClassName
{
color: #B76CAC;
}
.AnyTagClassName
{
color: #B76CAC;
}
</style>
background-color css
<style>
a { background-color: #B76CAC; }
a { background-color: rgb(183,108,172); }
div.DivClassName
{
background-color: #B76CAC;
}
.BgClassName
{
background-color: #B76CAC;
}
</style>
border-color css
<style>
span { border-color: #B76CAC; }
span { border-color: rgb(183,108,172); }
td.TdClassName
{
border-color: #B76CAC;
}
.TagClassName
{
border-color: #B76CAC;
}
</style>