Shades of Violet Blue #B76DAF
Tints of Violet Blue #B76DAF
RGB
CMYK
RGB Variations
Color information
#B76DAF (or 0xB76DAF) is known color: Violet Blue. HEX triplet: B7, 6D and AF. RGB value is (183,109,175). Sum of RGB (Red+Green+Blue) = 183+109+175=467 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.19% from 467); Green value is 109 (42.97% from 255 or 23.34% from 467); Blue value is 175 (68.75% from 255 or 37.47% from 467); Max value from RGB is 183 - color contains mainly: red. Hex color #B76DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76DAF is #489250. Grayscale: #8A8A8A. Windows color (decimal): -4756049 or 11496887. OLE color: 11496887.
HSL color Cylindrical-coordinate representation of color #B76DAF: hue angle of 306.49º 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 #B76DAF is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 109 | 175 | - |
| CMYK | 0 | 0.40 | 0.04 | 0.28 |
| HSL | 306.49º | 0.34% | 0.57% | - |
| HSV(B) | 306.49º | 0.4% | 0.72% | - |
| XYZ | 32.73 | 24.1 | 43.48 | - |
| YUV | 138.65 | 148.52 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 109 | 175 | 0 | 0.40 | 0.04 | 0.28 | 306.49 | 0.34 | 0.57 |
| Hex | B7 | 6D | AF | 0 | 28 | 4 | 1C | 132 | 22 | 39 |
| Octal | 267 | 155 | 257 | 0 | 50 | 4 | 34 | 462 | 42 | 71 |
| Binary | 10110111 | 1101101 | 10101111 | 0 | 101000 | 100 | 11100 | 100110010 | 100010 | 111001 |
Color Harmonies of #B76DAF
Complementary color
Monochromatic Colors of #B76DAF
Black with #B76DAF
Text Example
Text Example
White with #B76DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76DAF; }
p { color: rgb(183,109,175); }
H1.HeaderClassName
{
color: #B76DAF;
}
.AnyTagClassName
{
color: #B76DAF;
}
</style>
background-color css
<style>
a { background-color: #B76DAF; }
a { background-color: rgb(183,109,175); }
div.DivClassName
{
background-color: #B76DAF;
}
.BgClassName
{
background-color: #B76DAF;
}
</style>
border-color css
<style>
span { border-color: #B76DAF; }
span { border-color: rgb(183,109,175); }
td.TdClassName
{
border-color: #B76DAF;
}
.TagClassName
{
border-color: #B76DAF;
}
</style>