Shades of Violet Blue #B860AA
Tints of Violet Blue #B860AA
RGB
CMYK
RGB Variations
Color information
#B860AA (or 0xB860AA) is known color: Violet Blue. HEX triplet: B8, 60 and AA. RGB value is (184,96,170). Sum of RGB (Red+Green+Blue) = 184+96+170=450 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.89% from 450); Green value is 96 (37.89% from 255 or 21.33% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 184 - color contains mainly: red. Hex color #B860AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B860AA is #479F55. Grayscale: #828282. Windows color (decimal): -4693846 or 11165880. OLE color: 11165880.
HSL color Cylindrical-coordinate representation of color #B860AA: hue angle of 309.55º 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 #B860AA is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 96 | 170 | - |
| CMYK | 0 | 0.48 | 0.08 | 0.28 |
| HSL | 309.55º | 0.38% | 0.55% | - |
| HSV(B) | 309.55º | 0.48% | 0.72% | - |
| XYZ | 31.21 | 21.46 | 40.53 | - |
| YUV | 130.75 | 150.15 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 96 | 170 | 0 | 0.48 | 0.08 | 0.28 | 309.55 | 0.38 | 0.55 |
| Hex | B8 | 60 | AA | 0 | 30 | 8 | 1C | 136 | 26 | 37 |
| Octal | 270 | 140 | 252 | 0 | 60 | 10 | 34 | 466 | 46 | 67 |
| Binary | 10111000 | 1100000 | 10101010 | 0 | 110000 | 1000 | 11100 | 100110110 | 100110 | 110111 |
Color Harmonies of #B860AA
Complementary color
Monochromatic Colors of #B860AA
Black with #B860AA
Text Example
Text Example
White with #B860AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B860AA; }
p { color: rgb(184,96,170); }
H1.HeaderClassName
{
color: #B860AA;
}
.AnyTagClassName
{
color: #B860AA;
}
</style>
background-color css
<style>
a { background-color: #B860AA; }
a { background-color: rgb(184,96,170); }
div.DivClassName
{
background-color: #B860AA;
}
.BgClassName
{
background-color: #B860AA;
}
</style>
border-color css
<style>
span { border-color: #B860AA; }
span { border-color: rgb(184,96,170); }
td.TdClassName
{
border-color: #B860AA;
}
.TagClassName
{
border-color: #B860AA;
}
</style>