Shades of Violet Blue #B76FAC
Tints of Violet Blue #B76FAC
RGB
CMYK
RGB Variations
Color information
#B76FAC (or 0xB76FAC) is known color: Violet Blue. HEX triplet: B7, 6F and AC. RGB value is (183,111,172). Sum of RGB (Red+Green+Blue) = 183+111+172=466 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.27% from 466); Green value is 111 (43.75% from 255 or 23.82% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 183 - color contains mainly: red. Hex color #B76FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76FAC is #489053. Grayscale: #8B8B8B. Windows color (decimal): -4755540 or 11300791. OLE color: 11300791.
HSL color Cylindrical-coordinate representation of color #B76FAC: hue angle of 309.17º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B76FAC is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 111 | 172 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.28 |
| HSL | 309.17º | 0.33% | 0.58% | - |
| HSV(B) | 309.17º | 0.39% | 0.72% | - |
| XYZ | 32.66 | 24.41 | 42.02 | - |
| YUV | 139.48 | 146.35 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 111 | 172 | 0 | 0.39 | 0.06 | 0.28 | 309.17 | 0.33 | 0.58 |
| Hex | B7 | 6F | AC | 0 | 27 | 6 | 1C | 135 | 21 | 3A |
| Octal | 267 | 157 | 254 | 0 | 47 | 6 | 34 | 465 | 41 | 72 |
| Binary | 10110111 | 1101111 | 10101100 | 0 | 100111 | 110 | 11100 | 100110101 | 100001 | 111010 |
Color Harmonies of #B76FAC
Complementary color
Monochromatic Colors of #B76FAC
Black with #B76FAC
Text Example
Text Example
White with #B76FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76FAC; }
p { color: rgb(183,111,172); }
H1.HeaderClassName
{
color: #B76FAC;
}
.AnyTagClassName
{
color: #B76FAC;
}
</style>
background-color css
<style>
a { background-color: #B76FAC; }
a { background-color: rgb(183,111,172); }
div.DivClassName
{
background-color: #B76FAC;
}
.BgClassName
{
background-color: #B76FAC;
}
</style>
border-color css
<style>
span { border-color: #B76FAC; }
span { border-color: rgb(183,111,172); }
td.TdClassName
{
border-color: #B76FAC;
}
.TagClassName
{
border-color: #B76FAC;
}
</style>