Shades of Violet Blue #B862A1
Tints of Violet Blue #B862A1
RGB
CMYK
RGB Variations
Color information
#B862A1 (or 0xB862A1) is known color: Violet Blue. HEX triplet: B8, 62 and A1. RGB value is (184,98,161). Sum of RGB (Red+Green+Blue) = 184+98+161=443 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.53% from 443); Green value is 98 (38.67% from 255 or 22.12% from 443); Blue value is 161 (63.28% from 255 or 36.34% from 443); Max value from RGB is 184 - color contains mainly: red. Hex color #B862A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B862A1 is #479D5E. Grayscale: #828282. Windows color (decimal): -4693343 or 10576568. OLE color: 10576568.
HSL color Cylindrical-coordinate representation of color #B862A1: hue angle of 316.05º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B862A1 is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 98 | 161 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.28 |
| HSL | 316.05º | 0.38% | 0.55% | - |
| HSV(B) | 316.05º | 0.47% | 0.72% | - |
| XYZ | 30.57 | 21.5 | 36.26 | - |
| YUV | 130.9 | 144.99 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 98 | 161 | 0 | 0.47 | 0.12 | 0.28 | 316.05 | 0.38 | 0.55 |
| Hex | B8 | 62 | A1 | 0 | 2F | C | 1C | 13C | 26 | 37 |
| Octal | 270 | 142 | 241 | 0 | 57 | 14 | 34 | 474 | 46 | 67 |
| Binary | 10111000 | 1100010 | 10100001 | 0 | 101111 | 1100 | 11100 | 100111100 | 100110 | 110111 |
Color Harmonies of #B862A1
Complementary color
Monochromatic Colors of #B862A1
Black with #B862A1
Text Example
Text Example
White with #B862A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B862A1; }
p { color: rgb(184,98,161); }
H1.HeaderClassName
{
color: #B862A1;
}
.AnyTagClassName
{
color: #B862A1;
}
</style>
background-color css
<style>
a { background-color: #B862A1; }
a { background-color: rgb(184,98,161); }
div.DivClassName
{
background-color: #B862A1;
}
.BgClassName
{
background-color: #B862A1;
}
</style>
border-color css
<style>
span { border-color: #B862A1; }
span { border-color: rgb(184,98,161); }
td.TdClassName
{
border-color: #B862A1;
}
.TagClassName
{
border-color: #B862A1;
}
</style>