Shades of Violet Blue #B458AA
Tints of Violet Blue #B458AA
RGB
CMYK
RGB Variations
Color information
#B458AA (or 0xB458AA) is known color: Violet Blue. HEX triplet: B4, 58 and AA. RGB value is (180,88,170). Sum of RGB (Red+Green+Blue) = 180+88+170=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 88 (34.77% from 255 or 20.09% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 180 - color contains mainly: red. Hex color #B458AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B458AA is #4BA755. Grayscale: #7C7C7C. Windows color (decimal): -4958038 or 11163828. OLE color: 11163828.
HSL color Cylindrical-coordinate representation of color #B458AA: hue angle of 306.52º 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 #B458AA is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 88 | 170 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.29 |
| HSL | 306.52º | 0.38% | 0.53% | - |
| HSV(B) | 306.52º | 0.51% | 0.71% | - |
| XYZ | 29.57 | 19.59 | 40.25 | - |
| YUV | 124.86 | 153.48 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 88 | 170 | 0 | 0.51 | 0.06 | 0.29 | 306.52 | 0.38 | 0.53 |
| Hex | B4 | 58 | AA | 0 | 33 | 6 | 1D | 133 | 26 | 35 |
| Octal | 264 | 130 | 252 | 0 | 63 | 6 | 35 | 463 | 46 | 65 |
| Binary | 10110100 | 1011000 | 10101010 | 0 | 110011 | 110 | 11101 | 100110011 | 100110 | 110101 |
Color Harmonies of #B458AA
Complementary color
Monochromatic Colors of #B458AA
Black with #B458AA
Text Example
Text Example
White with #B458AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B458AA; }
p { color: rgb(180,88,170); }
H1.HeaderClassName
{
color: #B458AA;
}
.AnyTagClassName
{
color: #B458AA;
}
</style>
background-color css
<style>
a { background-color: #B458AA; }
a { background-color: rgb(180,88,170); }
div.DivClassName
{
background-color: #B458AA;
}
.BgClassName
{
background-color: #B458AA;
}
</style>
border-color css
<style>
span { border-color: #B458AA; }
span { border-color: rgb(180,88,170); }
td.TdClassName
{
border-color: #B458AA;
}
.TagClassName
{
border-color: #B458AA;
}
</style>