Shades of Violet Blue #B857A2
Tints of Violet Blue #B857A2
RGB
CMYK
RGB Variations
Color information
#B857A2 (or 0xB857A2) is known color: Violet Blue. HEX triplet: B8, 57 and A2. RGB value is (184,87,162). Sum of RGB (Red+Green+Blue) = 184+87+162=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 87 (34.38% from 255 or 20.09% from 433); Blue value is 162 (63.67% from 255 or 37.41% from 433); Max value from RGB is 184 - color contains mainly: red. Hex color #B857A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B857A2 is #47A85D. Grayscale: #7C7C7C. Windows color (decimal): -4696158 or 10639288. OLE color: 10639288.
HSL color Cylindrical-coordinate representation of color #B857A2: hue angle of 313.61º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B857A2 is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 87 | 162 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.28 |
| HSL | 313.61º | 0.41% | 0.53% | - |
| HSV(B) | 313.61º | 0.53% | 0.72% | - |
| XYZ | 29.7 | 19.62 | 36.4 | - |
| YUV | 124.55 | 149.14 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 87 | 162 | 0 | 0.53 | 0.12 | 0.28 | 313.61 | 0.41 | 0.53 |
| Hex | B8 | 57 | A2 | 0 | 35 | C | 1C | 13A | 29 | 35 |
| Octal | 270 | 127 | 242 | 0 | 65 | 14 | 34 | 472 | 51 | 65 |
| Binary | 10111000 | 1010111 | 10100010 | 0 | 110101 | 1100 | 11100 | 100111010 | 101001 | 110101 |
Color Harmonies of #B857A2
Complementary color
Monochromatic Colors of #B857A2
Black with #B857A2
Text Example
Text Example
White with #B857A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B857A2; }
p { color: rgb(184,87,162); }
H1.HeaderClassName
{
color: #B857A2;
}
.AnyTagClassName
{
color: #B857A2;
}
</style>
background-color css
<style>
a { background-color: #B857A2; }
a { background-color: rgb(184,87,162); }
div.DivClassName
{
background-color: #B857A2;
}
.BgClassName
{
background-color: #B857A2;
}
</style>
border-color css
<style>
span { border-color: #B857A2; }
span { border-color: rgb(184,87,162); }
td.TdClassName
{
border-color: #B857A2;
}
.TagClassName
{
border-color: #B857A2;
}
</style>