Shades of Violet Blue #B854A4
Tints of Violet Blue #B854A4
RGB
CMYK
RGB Variations
Color information
#B854A4 (or 0xB854A4) is known color: Violet Blue. HEX triplet: B8, 54 and A4. RGB value is (184,84,164). Sum of RGB (Red+Green+Blue) = 184+84+164=432 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.59% from 432); Green value is 84 (33.20% from 255 or 19.44% from 432); Blue value is 164 (64.45% from 255 or 37.96% from 432); Max value from RGB is 184 - color contains mainly: red. Hex color #B854A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B854A4 is #47AB5B. Grayscale: #7A7A7A. Windows color (decimal): -4696924 or 10769592. OLE color: 10769592.
HSL color Cylindrical-coordinate representation of color #B854A4: hue angle of 312º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B854A4 is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 84 | 164 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.28 |
| HSL | 312º | 0.41% | 0.53% | - |
| HSV(B) | 312º | 0.54% | 0.72% | - |
| XYZ | 29.64 | 19.21 | 37.27 | - |
| YUV | 123.02 | 151.13 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 84 | 164 | 0 | 0.54 | 0.11 | 0.28 | 312 | 0.41 | 0.53 |
| Hex | B8 | 54 | A4 | 0 | 36 | B | 1C | 138 | 29 | 35 |
| Octal | 270 | 124 | 244 | 0 | 66 | 13 | 34 | 470 | 51 | 65 |
| Binary | 10111000 | 1010100 | 10100100 | 0 | 110110 | 1011 | 11100 | 100111000 | 101001 | 110101 |
Color Harmonies of #B854A4
Complementary color
Monochromatic Colors of #B854A4
Black with #B854A4
Text Example
Text Example
White with #B854A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B854A4; }
p { color: rgb(184,84,164); }
H1.HeaderClassName
{
color: #B854A4;
}
.AnyTagClassName
{
color: #B854A4;
}
</style>
background-color css
<style>
a { background-color: #B854A4; }
a { background-color: rgb(184,84,164); }
div.DivClassName
{
background-color: #B854A4;
}
.BgClassName
{
background-color: #B854A4;
}
</style>
border-color css
<style>
span { border-color: #B854A4; }
span { border-color: rgb(184,84,164); }
td.TdClassName
{
border-color: #B854A4;
}
.TagClassName
{
border-color: #B854A4;
}
</style>