Shades of Violet Blue #B862A9
Tints of Violet Blue #B862A9
RGB
CMYK
RGB Variations
Color information
#B862A9 (or 0xB862A9) is known color: Violet Blue. HEX triplet: B8, 62 and A9. RGB value is (184,98,169). Sum of RGB (Red+Green+Blue) = 184+98+169=451 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.80% from 451); Green value is 98 (38.67% from 255 or 21.73% from 451); Blue value is 169 (66.41% from 255 or 37.47% from 451); Max value from RGB is 184 - color contains mainly: red. Hex color #B862A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B862A9 is #479D56. Grayscale: #838383. Windows color (decimal): -4693335 or 11100856. OLE color: 11100856.
HSL color Cylindrical-coordinate representation of color #B862A9: hue angle of 310.47º 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 #B862A9 is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 98 | 169 | - |
| CMYK | 0 | 0.47 | 0.08 | 0.28 |
| HSL | 310.47º | 0.38% | 0.55% | - |
| HSV(B) | 310.47º | 0.47% | 0.72% | - |
| XYZ | 31.3 | 21.79 | 40.09 | - |
| YUV | 131.81 | 148.99 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 98 | 169 | 0 | 0.47 | 0.08 | 0.28 | 310.47 | 0.38 | 0.55 |
| Hex | B8 | 62 | A9 | 0 | 2F | 8 | 1C | 136 | 26 | 37 |
| Octal | 270 | 142 | 251 | 0 | 57 | 10 | 34 | 466 | 46 | 67 |
| Binary | 10111000 | 1100010 | 10101001 | 0 | 101111 | 1000 | 11100 | 100110110 | 100110 | 110111 |
Color Harmonies of #B862A9
Complementary color
Monochromatic Colors of #B862A9
Black with #B862A9
Text Example
Text Example
White with #B862A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B862A9; }
p { color: rgb(184,98,169); }
H1.HeaderClassName
{
color: #B862A9;
}
.AnyTagClassName
{
color: #B862A9;
}
</style>
background-color css
<style>
a { background-color: #B862A9; }
a { background-color: rgb(184,98,169); }
div.DivClassName
{
background-color: #B862A9;
}
.BgClassName
{
background-color: #B862A9;
}
</style>
border-color css
<style>
span { border-color: #B862A9; }
span { border-color: rgb(184,98,169); }
td.TdClassName
{
border-color: #B862A9;
}
.TagClassName
{
border-color: #B862A9;
}
</style>