Shades of Violet Blue #B058AA
Tints of Violet Blue #B058AA
RGB
CMYK
RGB Variations
Color information
#B058AA (or 0xB058AA) is known color: Violet Blue. HEX triplet: B0, 58 and AA. RGB value is (176,88,170). Sum of RGB (Red+Green+Blue) = 176+88+170=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 88 (34.77% from 255 or 20.28% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 176 - color contains mainly: red. Hex color #B058AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B058AA is #4FA755. Grayscale: #7B7B7B. Windows color (decimal): -5220182 or 11163824. OLE color: 11163824.
HSL color Cylindrical-coordinate representation of color #B058AA: hue angle of 304.09º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B058AA is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 88 | 170 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.31 |
| HSL | 304.09º | 0.36% | 0.52% | - |
| HSV(B) | 304.09º | 0.5% | 0.69% | - |
| XYZ | 28.65 | 19.11 | 40.21 | - |
| YUV | 123.66 | 154.15 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 88 | 170 | 0 | 0.50 | 0.03 | 0.31 | 304.09 | 0.36 | 0.52 |
| Hex | B0 | 58 | AA | 0 | 32 | 3 | 1F | 130 | 24 | 34 |
| Octal | 260 | 130 | 252 | 0 | 62 | 3 | 37 | 460 | 44 | 64 |
| Binary | 10110000 | 1011000 | 10101010 | 0 | 110010 | 11 | 11111 | 100110000 | 100100 | 110100 |
Color Harmonies of #B058AA
Complementary color
Monochromatic Colors of #B058AA
Black with #B058AA
Text Example
Text Example
White with #B058AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B058AA; }
p { color: rgb(176,88,170); }
H1.HeaderClassName
{
color: #B058AA;
}
.AnyTagClassName
{
color: #B058AA;
}
</style>
background-color css
<style>
a { background-color: #B058AA; }
a { background-color: rgb(176,88,170); }
div.DivClassName
{
background-color: #B058AA;
}
.BgClassName
{
background-color: #B058AA;
}
</style>
border-color css
<style>
span { border-color: #B058AA; }
span { border-color: rgb(176,88,170); }
td.TdClassName
{
border-color: #B058AA;
}
.TagClassName
{
border-color: #B058AA;
}
</style>