Shades of Violet Blue #B052A7
Tints of Violet Blue #B052A7
RGB
CMYK
RGB Variations
Color information
#B052A7 (or 0xB052A7) is known color: Violet Blue. HEX triplet: B0, 52 and A7. RGB value is (176,82,167). Sum of RGB (Red+Green+Blue) = 176+82+167=425 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.41% from 425); Green value is 82 (32.42% from 255 or 19.29% from 425); Blue value is 167 (65.62% from 255 or 39.29% from 425); Max value from RGB is 176 - color contains mainly: red. Hex color #B052A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B052A7 is #4FAD58. Grayscale: #777777. Windows color (decimal): -5221721 or 10965680. OLE color: 10965680.
HSL color Cylindrical-coordinate representation of color #B052A7: hue angle of 305.74º 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 #B052A7 is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 82 | 167 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.31 |
| HSL | 305.74º | 0.37% | 0.51% | - |
| HSV(B) | 305.74º | 0.53% | 0.69% | - |
| XYZ | 27.9 | 18.05 | 38.57 | - |
| YUV | 119.8 | 154.64 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 82 | 167 | 0 | 0.53 | 0.05 | 0.31 | 305.74 | 0.37 | 0.51 |
| Hex | B0 | 52 | A7 | 0 | 35 | 5 | 1F | 132 | 25 | 33 |
| Octal | 260 | 122 | 247 | 0 | 65 | 5 | 37 | 462 | 45 | 63 |
| Binary | 10110000 | 1010010 | 10100111 | 0 | 110101 | 101 | 11111 | 100110010 | 100101 | 110011 |
Color Harmonies of #B052A7
Complementary color
Monochromatic Colors of #B052A7
Black with #B052A7
Text Example
Text Example
White with #B052A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B052A7; }
p { color: rgb(176,82,167); }
H1.HeaderClassName
{
color: #B052A7;
}
.AnyTagClassName
{
color: #B052A7;
}
</style>
background-color css
<style>
a { background-color: #B052A7; }
a { background-color: rgb(176,82,167); }
div.DivClassName
{
background-color: #B052A7;
}
.BgClassName
{
background-color: #B052A7;
}
</style>
border-color css
<style>
span { border-color: #B052A7; }
span { border-color: rgb(176,82,167); }
td.TdClassName
{
border-color: #B052A7;
}
.TagClassName
{
border-color: #B052A7;
}
</style>