Shades of Violet Blue #B871AF
Tints of Violet Blue #B871AF
RGB
CMYK
RGB Variations
Color information
#B871AF (or 0xB871AF) is known color: Violet Blue. HEX triplet: B8, 71 and AF. RGB value is (184,113,175). Sum of RGB (Red+Green+Blue) = 184+113+175=472 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.98% from 472); Green value is 113 (44.53% from 255 or 23.94% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 184 - color contains mainly: red. Hex color #B871AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B871AF is #478E50. Grayscale: #8D8D8D. Windows color (decimal): -4689489 or 11497912. OLE color: 11497912.
HSL color Cylindrical-coordinate representation of color #B871AF: hue angle of 307.61º 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 #B871AF is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 113 | 175 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.28 |
| HSL | 307.61º | 0.33% | 0.58% | - |
| HSV(B) | 307.61º | 0.39% | 0.72% | - |
| XYZ | 33.41 | 25.1 | 43.64 | - |
| YUV | 141.3 | 147.02 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 113 | 175 | 0 | 0.39 | 0.05 | 0.28 | 307.61 | 0.33 | 0.58 |
| Hex | B8 | 71 | AF | 0 | 27 | 5 | 1C | 134 | 21 | 3A |
| Octal | 270 | 161 | 257 | 0 | 47 | 5 | 34 | 464 | 41 | 72 |
| Binary | 10111000 | 1110001 | 10101111 | 0 | 100111 | 101 | 11100 | 100110100 | 100001 | 111010 |
Color Harmonies of #B871AF
Complementary color
Monochromatic Colors of #B871AF
Black with #B871AF
Text Example
Text Example
White with #B871AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B871AF; }
p { color: rgb(184,113,175); }
H1.HeaderClassName
{
color: #B871AF;
}
.AnyTagClassName
{
color: #B871AF;
}
</style>
background-color css
<style>
a { background-color: #B871AF; }
a { background-color: rgb(184,113,175); }
div.DivClassName
{
background-color: #B871AF;
}
.BgClassName
{
background-color: #B871AF;
}
</style>
border-color css
<style>
span { border-color: #B871AF; }
span { border-color: rgb(184,113,175); }
td.TdClassName
{
border-color: #B871AF;
}
.TagClassName
{
border-color: #B871AF;
}
</style>