Shades of Violet Blue #B052A4
Tints of Violet Blue #B052A4
RGB
CMYK
RGB Variations
Color information
#B052A4 (or 0xB052A4) is known color: Violet Blue. HEX triplet: B0, 52 and A4. RGB value is (176,82,164). Sum of RGB (Red+Green+Blue) = 176+82+164=422 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.71% from 422); Green value is 82 (32.42% from 255 or 19.43% from 422); Blue value is 164 (64.45% from 255 or 38.86% from 422); Max value from RGB is 176 - color contains mainly: red. Hex color #B052A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B052A4 is #4FAD5B. Grayscale: #777777. Windows color (decimal): -5221724 or 10769072. OLE color: 10769072.
HSL color Cylindrical-coordinate representation of color #B052A4: hue angle of 307.66º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B052A4 is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 82 | 164 | - |
| CMYK | 0 | 0.53 | 0.07 | 0.31 |
| HSL | 307.66º | 0.37% | 0.51% | - |
| HSV(B) | 307.66º | 0.53% | 0.69% | - |
| XYZ | 27.62 | 17.95 | 37.13 | - |
| YUV | 119.45 | 153.14 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 82 | 164 | 0 | 0.53 | 0.07 | 0.31 | 307.66 | 0.37 | 0.51 |
| Hex | B0 | 52 | A4 | 0 | 35 | 7 | 1F | 134 | 25 | 33 |
| Octal | 260 | 122 | 244 | 0 | 65 | 7 | 37 | 464 | 45 | 63 |
| Binary | 10110000 | 1010010 | 10100100 | 0 | 110101 | 111 | 11111 | 100110100 | 100101 | 110011 |
Color Harmonies of #B052A4
Complementary color
Monochromatic Colors of #B052A4
Black with #B052A4
Text Example
Text Example
White with #B052A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B052A4; }
p { color: rgb(176,82,164); }
H1.HeaderClassName
{
color: #B052A4;
}
.AnyTagClassName
{
color: #B052A4;
}
</style>
background-color css
<style>
a { background-color: #B052A4; }
a { background-color: rgb(176,82,164); }
div.DivClassName
{
background-color: #B052A4;
}
.BgClassName
{
background-color: #B052A4;
}
</style>
border-color css
<style>
span { border-color: #B052A4; }
span { border-color: rgb(176,82,164); }
td.TdClassName
{
border-color: #B052A4;
}
.TagClassName
{
border-color: #B052A4;
}
</style>