Shades of Violet Blue #B85FA0
Tints of Violet Blue #B85FA0
RGB
CMYK
RGB Variations
Color information
#B85FA0 (or 0xB85FA0) is known color: Violet Blue. HEX triplet: B8, 5F and A0. RGB value is (184,95,160). Sum of RGB (Red+Green+Blue) = 184+95+160=439 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.91% from 439); Green value is 95 (37.5% from 255 or 21.64% from 439); Blue value is 160 (62.89% from 255 or 36.45% from 439); Max value from RGB is 184 - color contains mainly: red. Hex color #B85FA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85FA0 is #47A05F. Grayscale: #808080. Windows color (decimal): -4694112 or 10510264. OLE color: 10510264.
HSL color Cylindrical-coordinate representation of color #B85FA0: hue angle of 316.18º degrees, saturation: 0.39, 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 #B85FA0 is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 95 | 160 | - |
| CMYK | 0 | 0.48 | 0.13 | 0.28 |
| HSL | 316.18º | 0.39% | 0.55% | - |
| HSV(B) | 316.18º | 0.48% | 0.72% | - |
| XYZ | 30.2 | 20.91 | 35.7 | - |
| YUV | 129.02 | 145.49 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 95 | 160 | 0 | 0.48 | 0.13 | 0.28 | 316.18 | 0.39 | 0.55 |
| Hex | B8 | 5F | A0 | 0 | 30 | D | 1C | 13C | 27 | 37 |
| Octal | 270 | 137 | 240 | 0 | 60 | 15 | 34 | 474 | 47 | 67 |
| Binary | 10111000 | 1011111 | 10100000 | 0 | 110000 | 1101 | 11100 | 100111100 | 100111 | 110111 |
Color Harmonies of #B85FA0
Complementary color
Monochromatic Colors of #B85FA0
Black with #B85FA0
Text Example
Text Example
White with #B85FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85FA0; }
p { color: rgb(184,95,160); }
H1.HeaderClassName
{
color: #B85FA0;
}
.AnyTagClassName
{
color: #B85FA0;
}
</style>
background-color css
<style>
a { background-color: #B85FA0; }
a { background-color: rgb(184,95,160); }
div.DivClassName
{
background-color: #B85FA0;
}
.BgClassName
{
background-color: #B85FA0;
}
</style>
border-color css
<style>
span { border-color: #B85FA0; }
span { border-color: rgb(184,95,160); }
td.TdClassName
{
border-color: #B85FA0;
}
.TagClassName
{
border-color: #B85FA0;
}
</style>