Shades of Violet Blue #B860A8
Tints of Violet Blue #B860A8
RGB
CMYK
RGB Variations
Color information
#B860A8 (or 0xB860A8) is known color: Violet Blue. HEX triplet: B8, 60 and A8. RGB value is (184,96,168). Sum of RGB (Red+Green+Blue) = 184+96+168=448 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.07% from 448); Green value is 96 (37.89% from 255 or 21.43% from 448); Blue value is 168 (66.02% from 255 or 37.5% from 448); Max value from RGB is 184 - color contains mainly: red. Hex color #B860A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B860A8 is #479F57. Grayscale: #828282. Windows color (decimal): -4693848 or 11034808. OLE color: 11034808.
HSL color Cylindrical-coordinate representation of color #B860A8: hue angle of 310.91º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B860A8 is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 96 | 168 | - |
| CMYK | 0 | 0.48 | 0.09 | 0.28 |
| HSL | 310.91º | 0.38% | 0.55% | - |
| HSV(B) | 310.91º | 0.48% | 0.72% | - |
| XYZ | 31.02 | 21.38 | 39.54 | - |
| YUV | 130.52 | 149.15 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 96 | 168 | 0 | 0.48 | 0.09 | 0.28 | 310.91 | 0.38 | 0.55 |
| Hex | B8 | 60 | A8 | 0 | 30 | 9 | 1C | 137 | 26 | 37 |
| Octal | 270 | 140 | 250 | 0 | 60 | 11 | 34 | 467 | 46 | 67 |
| Binary | 10111000 | 1100000 | 10101000 | 0 | 110000 | 1001 | 11100 | 100110111 | 100110 | 110111 |
Color Harmonies of #B860A8
Complementary color
Monochromatic Colors of #B860A8
Black with #B860A8
Text Example
Text Example
White with #B860A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B860A8; }
p { color: rgb(184,96,168); }
H1.HeaderClassName
{
color: #B860A8;
}
.AnyTagClassName
{
color: #B860A8;
}
</style>
background-color css
<style>
a { background-color: #B860A8; }
a { background-color: rgb(184,96,168); }
div.DivClassName
{
background-color: #B860A8;
}
.BgClassName
{
background-color: #B860A8;
}
</style>
border-color css
<style>
span { border-color: #B860A8; }
span { border-color: rgb(184,96,168); }
td.TdClassName
{
border-color: #B860A8;
}
.TagClassName
{
border-color: #B860A8;
}
</style>