Shades of Violet Blue #B854A2
Tints of Violet Blue #B854A2
RGB
CMYK
RGB Variations
Color information
#B854A2 (or 0xB854A2) is known color: Violet Blue. HEX triplet: B8, 54 and A2. RGB value is (184,84,162). Sum of RGB (Red+Green+Blue) = 184+84+162=430 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.79% from 430); Green value is 84 (33.20% from 255 or 19.53% from 430); Blue value is 162 (63.67% from 255 or 37.67% from 430); Max value from RGB is 184 - color contains mainly: red. Hex color #B854A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B854A2 is #47AB5D. Grayscale: #7A7A7A. Windows color (decimal): -4696926 or 10638520. OLE color: 10638520.
HSL color Cylindrical-coordinate representation of color #B854A2: hue angle of 313.2º 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 #B854A2 is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 84 | 162 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.28 |
| HSL | 313.2º | 0.41% | 0.53% | - |
| HSV(B) | 313.2º | 0.54% | 0.72% | - |
| XYZ | 29.46 | 19.14 | 36.32 | - |
| YUV | 122.79 | 150.13 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 84 | 162 | 0 | 0.54 | 0.12 | 0.28 | 313.2 | 0.41 | 0.53 |
| Hex | B8 | 54 | A2 | 0 | 36 | C | 1C | 139 | 29 | 35 |
| Octal | 270 | 124 | 242 | 0 | 66 | 14 | 34 | 471 | 51 | 65 |
| Binary | 10111000 | 1010100 | 10100010 | 0 | 110110 | 1100 | 11100 | 100111001 | 101001 | 110101 |
Color Harmonies of #B854A2
Complementary color
Monochromatic Colors of #B854A2
Black with #B854A2
Text Example
Text Example
White with #B854A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B854A2; }
p { color: rgb(184,84,162); }
H1.HeaderClassName
{
color: #B854A2;
}
.AnyTagClassName
{
color: #B854A2;
}
</style>
background-color css
<style>
a { background-color: #B854A2; }
a { background-color: rgb(184,84,162); }
div.DivClassName
{
background-color: #B854A2;
}
.BgClassName
{
background-color: #B854A2;
}
</style>
border-color css
<style>
span { border-color: #B854A2; }
span { border-color: rgb(184,84,162); }
td.TdClassName
{
border-color: #B854A2;
}
.TagClassName
{
border-color: #B854A2;
}
</style>