Shades of Violet Blue #B85BA1
Tints of Violet Blue #B85BA1
RGB
CMYK
RGB Variations
Color information
#B85BA1 (or 0xB85BA1) is known color: Violet Blue. HEX triplet: B8, 5B and A1. RGB value is (184,91,161). Sum of RGB (Red+Green+Blue) = 184+91+161=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 91 (35.94% from 255 or 20.87% from 436); Blue value is 161 (63.28% from 255 or 36.93% from 436); Max value from RGB is 184 - color contains mainly: red. Hex color #B85BA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85BA1 is #47A45E. Grayscale: #7E7E7E. Windows color (decimal): -4695135 or 10574776. OLE color: 10574776.
HSL color Cylindrical-coordinate representation of color #B85BA1: hue angle of 314.84º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B85BA1 is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 91 | 161 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.28 |
| HSL | 314.84º | 0.4% | 0.54% | - |
| HSV(B) | 314.84º | 0.51% | 0.72% | - |
| XYZ | 29.94 | 20.25 | 36.05 | - |
| YUV | 126.79 | 147.31 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 91 | 161 | 0 | 0.51 | 0.12 | 0.28 | 314.84 | 0.4 | 0.54 |
| Hex | B8 | 5B | A1 | 0 | 33 | C | 1C | 13B | 28 | 36 |
| Octal | 270 | 133 | 241 | 0 | 63 | 14 | 34 | 473 | 50 | 66 |
| Binary | 10111000 | 1011011 | 10100001 | 0 | 110011 | 1100 | 11100 | 100111011 | 101000 | 110110 |
Color Harmonies of #B85BA1
Complementary color
Monochromatic Colors of #B85BA1
Black with #B85BA1
Text Example
Text Example
White with #B85BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85BA1; }
p { color: rgb(184,91,161); }
H1.HeaderClassName
{
color: #B85BA1;
}
.AnyTagClassName
{
color: #B85BA1;
}
</style>
background-color css
<style>
a { background-color: #B85BA1; }
a { background-color: rgb(184,91,161); }
div.DivClassName
{
background-color: #B85BA1;
}
.BgClassName
{
background-color: #B85BA1;
}
</style>
border-color css
<style>
span { border-color: #B85BA1; }
span { border-color: rgb(184,91,161); }
td.TdClassName
{
border-color: #B85BA1;
}
.TagClassName
{
border-color: #B85BA1;
}
</style>