Shades of Violet Blue #B457A0
Tints of Violet Blue #B457A0
RGB
CMYK
RGB Variations
Color information
#B457A0 (or 0xB457A0) is known color: Violet Blue. HEX triplet: B4, 57 and A0. RGB value is (180,87,160). Sum of RGB (Red+Green+Blue) = 180+87+160=427 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.15% from 427); Green value is 87 (34.38% from 255 or 20.37% from 427); Blue value is 160 (62.89% from 255 or 37.47% from 427); Max value from RGB is 180 - color contains mainly: red. Hex color #B457A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B457A0 is #4BA85F. Grayscale: #7A7A7A. Windows color (decimal): -4958304 or 10508212. OLE color: 10508212.
HSL color Cylindrical-coordinate representation of color #B457A0: hue angle of 312.9º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B457A0 is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 87 | 160 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.29 |
| HSL | 312.9º | 0.38% | 0.52% | - |
| HSV(B) | 312.9º | 0.52% | 0.71% | - |
| XYZ | 28.58 | 19.06 | 35.43 | - |
| YUV | 123.13 | 148.81 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 87 | 160 | 0 | 0.52 | 0.11 | 0.29 | 312.9 | 0.38 | 0.52 |
| Hex | B4 | 57 | A0 | 0 | 34 | B | 1D | 139 | 26 | 34 |
| Octal | 264 | 127 | 240 | 0 | 64 | 13 | 35 | 471 | 46 | 64 |
| Binary | 10110100 | 1010111 | 10100000 | 0 | 110100 | 1011 | 11101 | 100111001 | 100110 | 110100 |
Color Harmonies of #B457A0
Complementary color
Monochromatic Colors of #B457A0
Black with #B457A0
Text Example
Text Example
White with #B457A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B457A0; }
p { color: rgb(180,87,160); }
H1.HeaderClassName
{
color: #B457A0;
}
.AnyTagClassName
{
color: #B457A0;
}
</style>
background-color css
<style>
a { background-color: #B457A0; }
a { background-color: rgb(180,87,160); }
div.DivClassName
{
background-color: #B457A0;
}
.BgClassName
{
background-color: #B457A0;
}
</style>
border-color css
<style>
span { border-color: #B457A0; }
span { border-color: rgb(180,87,160); }
td.TdClassName
{
border-color: #B457A0;
}
.TagClassName
{
border-color: #B457A0;
}
</style>