Shades of Violet Blue #B76EAC
Tints of Violet Blue #B76EAC
RGB
CMYK
RGB Variations
Color information
#B76EAC (or 0xB76EAC) is known color: Violet Blue. HEX triplet: B7, 6E and AC. RGB value is (183,110,172). Sum of RGB (Red+Green+Blue) = 183+110+172=465 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.35% from 465); Green value is 110 (43.36% from 255 or 23.66% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 183 - color contains mainly: red. Hex color #B76EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76EAC is #489153. Grayscale: #8A8A8A. Windows color (decimal): -4755796 or 11300535. OLE color: 11300535.
HSL color Cylindrical-coordinate representation of color #B76EAC: hue angle of 309.04º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B76EAC is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 110 | 172 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.28 |
| HSL | 309.04º | 0.34% | 0.57% | - |
| HSV(B) | 309.04º | 0.4% | 0.72% | - |
| XYZ | 32.55 | 24.2 | 41.98 | - |
| YUV | 138.9 | 146.68 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 110 | 172 | 0 | 0.40 | 0.06 | 0.28 | 309.04 | 0.34 | 0.57 |
| Hex | B7 | 6E | AC | 0 | 28 | 6 | 1C | 135 | 22 | 39 |
| Octal | 267 | 156 | 254 | 0 | 50 | 6 | 34 | 465 | 42 | 71 |
| Binary | 10110111 | 1101110 | 10101100 | 0 | 101000 | 110 | 11100 | 100110101 | 100010 | 111001 |
Color Harmonies of #B76EAC
Complementary color
Monochromatic Colors of #B76EAC
Black with #B76EAC
Text Example
Text Example
White with #B76EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76EAC; }
p { color: rgb(183,110,172); }
H1.HeaderClassName
{
color: #B76EAC;
}
.AnyTagClassName
{
color: #B76EAC;
}
</style>
background-color css
<style>
a { background-color: #B76EAC; }
a { background-color: rgb(183,110,172); }
div.DivClassName
{
background-color: #B76EAC;
}
.BgClassName
{
background-color: #B76EAC;
}
</style>
border-color css
<style>
span { border-color: #B76EAC; }
span { border-color: rgb(183,110,172); }
td.TdClassName
{
border-color: #B76EAC;
}
.TagClassName
{
border-color: #B76EAC;
}
</style>