Shades of Violet Blue #B252A3
Tints of Violet Blue #B252A3
RGB
CMYK
RGB Variations
Color information
#B252A3 (or 0xB252A3) is known color: Violet Blue. HEX triplet: B2, 52 and A3. RGB value is (178,82,163). Sum of RGB (Red+Green+Blue) = 178+82+163=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 82 (32.42% from 255 or 19.39% from 423); Blue value is 163 (64.06% from 255 or 38.53% from 423); Max value from RGB is 178 - color contains mainly: red. Hex color #B252A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B252A3 is #4DAD5C. Grayscale: #777777. Windows color (decimal): -5090653 or 10703538. OLE color: 10703538.
HSL color Cylindrical-coordinate representation of color #B252A3: hue angle of 309.38º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B252A3 is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 82 | 163 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.30 |
| HSL | 309.38º | 0.38% | 0.51% | - |
| HSV(B) | 309.38º | 0.54% | 0.7% | - |
| XYZ | 27.99 | 18.14 | 36.68 | - |
| YUV | 119.94 | 152.3 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 82 | 163 | 0 | 0.54 | 0.08 | 0.30 | 309.38 | 0.38 | 0.51 |
| Hex | B2 | 52 | A3 | 0 | 36 | 8 | 1E | 135 | 26 | 33 |
| Octal | 262 | 122 | 243 | 0 | 66 | 10 | 36 | 465 | 46 | 63 |
| Binary | 10110010 | 1010010 | 10100011 | 0 | 110110 | 1000 | 11110 | 100110101 | 100110 | 110011 |
Color Harmonies of #B252A3
Complementary color
Monochromatic Colors of #B252A3
Black with #B252A3
Text Example
Text Example
White with #B252A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B252A3; }
p { color: rgb(178,82,163); }
H1.HeaderClassName
{
color: #B252A3;
}
.AnyTagClassName
{
color: #B252A3;
}
</style>
background-color css
<style>
a { background-color: #B252A3; }
a { background-color: rgb(178,82,163); }
div.DivClassName
{
background-color: #B252A3;
}
.BgClassName
{
background-color: #B252A3;
}
</style>
border-color css
<style>
span { border-color: #B252A3; }
span { border-color: rgb(178,82,163); }
td.TdClassName
{
border-color: #B252A3;
}
.TagClassName
{
border-color: #B252A3;
}
</style>