Shades of Violet Blue #B860A0
Tints of Violet Blue #B860A0
RGB
CMYK
RGB Variations
Color information
#B860A0 (or 0xB860A0) is known color: Violet Blue. HEX triplet: B8, 60 and A0. RGB value is (184,96,160). Sum of RGB (Red+Green+Blue) = 184+96+160=440 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.82% from 440); Green value is 96 (37.89% from 255 or 21.82% from 440); Blue value is 160 (62.89% from 255 or 36.36% from 440); Max value from RGB is 184 - color contains mainly: red. Hex color #B860A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B860A0 is #479F5F. Grayscale: #818181. Windows color (decimal): -4693856 or 10510520. OLE color: 10510520.
HSL color Cylindrical-coordinate representation of color #B860A0: hue angle of 316.36º 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 #B860A0 is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 96 | 160 | - |
| CMYK | 0 | 0.48 | 0.13 | 0.28 |
| HSL | 316.36º | 0.38% | 0.55% | - |
| HSV(B) | 316.36º | 0.48% | 0.72% | - |
| XYZ | 30.3 | 21.09 | 35.73 | - |
| YUV | 129.61 | 145.15 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 96 | 160 | 0 | 0.48 | 0.13 | 0.28 | 316.36 | 0.38 | 0.55 |
| Hex | B8 | 60 | A0 | 0 | 30 | D | 1C | 13C | 26 | 37 |
| Octal | 270 | 140 | 240 | 0 | 60 | 15 | 34 | 474 | 46 | 67 |
| Binary | 10111000 | 1100000 | 10100000 | 0 | 110000 | 1101 | 11100 | 100111100 | 100110 | 110111 |
Color Harmonies of #B860A0
Complementary color
Monochromatic Colors of #B860A0
Black with #B860A0
Text Example
Text Example
White with #B860A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B860A0; }
p { color: rgb(184,96,160); }
H1.HeaderClassName
{
color: #B860A0;
}
.AnyTagClassName
{
color: #B860A0;
}
</style>
background-color css
<style>
a { background-color: #B860A0; }
a { background-color: rgb(184,96,160); }
div.DivClassName
{
background-color: #B860A0;
}
.BgClassName
{
background-color: #B860A0;
}
</style>
border-color css
<style>
span { border-color: #B860A0; }
span { border-color: rgb(184,96,160); }
td.TdClassName
{
border-color: #B860A0;
}
.TagClassName
{
border-color: #B860A0;
}
</style>