Shades of Violet Blue #B458A2
Tints of Violet Blue #B458A2
RGB
CMYK
RGB Variations
Color information
#B458A2 (or 0xB458A2) is known color: Violet Blue. HEX triplet: B4, 58 and A2. RGB value is (180,88,162). Sum of RGB (Red+Green+Blue) = 180+88+162=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 88 (34.77% from 255 or 20.47% from 430); Blue value is 162 (63.67% from 255 or 37.67% from 430); Max value from RGB is 180 - color contains mainly: red. Hex color #B458A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B458A2 is #4BA75D. Grayscale: #7B7B7B. Windows color (decimal): -4958046 or 10639540. OLE color: 10639540.
HSL color Cylindrical-coordinate representation of color #B458A2: hue angle of 311.74º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B458A2 is Cyan = 0, Magento = 0.51, Yellow = 0.1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 88 | 162 | - |
| CMYK | 0 | 0.51 | 0.1 | 0.29 |
| HSL | 311.74º | 0.38% | 0.53% | - |
| HSV(B) | 311.74º | 0.51% | 0.71% | - |
| XYZ | 28.83 | 19.29 | 36.39 | - |
| YUV | 123.94 | 149.48 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 88 | 162 | 0 | 0.51 | 0.1 | 0.29 | 311.74 | 0.38 | 0.53 |
| Hex | B4 | 58 | A2 | 0 | 33 | A | 1D | 138 | 26 | 35 |
| Octal | 264 | 130 | 242 | 0 | 63 | 12 | 35 | 470 | 46 | 65 |
| Binary | 10110100 | 1011000 | 10100010 | 0 | 110011 | 1010 | 11101 | 100111000 | 100110 | 110101 |
Color Harmonies of #B458A2
Complementary color
Monochromatic Colors of #B458A2
Black with #B458A2
Text Example
Text Example
White with #B458A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B458A2; }
p { color: rgb(180,88,162); }
H1.HeaderClassName
{
color: #B458A2;
}
.AnyTagClassName
{
color: #B458A2;
}
</style>
background-color css
<style>
a { background-color: #B458A2; }
a { background-color: rgb(180,88,162); }
div.DivClassName
{
background-color: #B458A2;
}
.BgClassName
{
background-color: #B458A2;
}
</style>
border-color css
<style>
span { border-color: #B458A2; }
span { border-color: rgb(180,88,162); }
td.TdClassName
{
border-color: #B458A2;
}
.TagClassName
{
border-color: #B458A2;
}
</style>