Shades of Violet Blue #B85BA4
Tints of Violet Blue #B85BA4
RGB
CMYK
RGB Variations
Color information
#B85BA4 (or 0xB85BA4) is known color: Violet Blue. HEX triplet: B8, 5B and A4. RGB value is (184,91,164). Sum of RGB (Red+Green+Blue) = 184+91+164=439 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.91% from 439); Green value is 91 (35.94% from 255 or 20.73% from 439); Blue value is 164 (64.45% from 255 or 37.36% from 439); Max value from RGB is 184 - color contains mainly: red. Hex color #B85BA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85BA4 is #47A45B. Grayscale: #7E7E7E. Windows color (decimal): -4695132 or 10771384. OLE color: 10771384.
HSL color Cylindrical-coordinate representation of color #B85BA4: hue angle of 312.9º 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 #B85BA4 is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 91 | 164 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.28 |
| HSL | 312.9º | 0.4% | 0.54% | - |
| HSV(B) | 312.9º | 0.51% | 0.72% | - |
| XYZ | 30.21 | 20.35 | 37.46 | - |
| YUV | 127.13 | 148.81 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 91 | 164 | 0 | 0.51 | 0.11 | 0.28 | 312.9 | 0.4 | 0.54 |
| Hex | B8 | 5B | A4 | 0 | 33 | B | 1C | 139 | 28 | 36 |
| Octal | 270 | 133 | 244 | 0 | 63 | 13 | 34 | 471 | 50 | 66 |
| Binary | 10111000 | 1011011 | 10100100 | 0 | 110011 | 1011 | 11100 | 100111001 | 101000 | 110110 |
Color Harmonies of #B85BA4
Complementary color
Monochromatic Colors of #B85BA4
Black with #B85BA4
Text Example
Text Example
White with #B85BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85BA4; }
p { color: rgb(184,91,164); }
H1.HeaderClassName
{
color: #B85BA4;
}
.AnyTagClassName
{
color: #B85BA4;
}
</style>
background-color css
<style>
a { background-color: #B85BA4; }
a { background-color: rgb(184,91,164); }
div.DivClassName
{
background-color: #B85BA4;
}
.BgClassName
{
background-color: #B85BA4;
}
</style>
border-color css
<style>
span { border-color: #B85BA4; }
span { border-color: rgb(184,91,164); }
td.TdClassName
{
border-color: #B85BA4;
}
.TagClassName
{
border-color: #B85BA4;
}
</style>