Shades of Violet Blue #B352A8
Tints of Violet Blue #B352A8
RGB
CMYK
RGB Variations
Color information
#B352A8 (or 0xB352A8) is known color: Violet Blue. HEX triplet: B3, 52 and A8. RGB value is (179,82,168). Sum of RGB (Red+Green+Blue) = 179+82+168=429 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.72% from 429); Green value is 82 (32.42% from 255 or 19.11% from 429); Blue value is 168 (66.02% from 255 or 39.16% from 429); Max value from RGB is 179 - color contains mainly: red. Hex color #B352A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B352A8 is #4CAD57. Grayscale: #787878. Windows color (decimal): -5025112 or 11031219. OLE color: 11031219.
HSL color Cylindrical-coordinate representation of color #B352A8: hue angle of 306.8º degrees, saturation: 0.39, 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 #B352A8 is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 82 | 168 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.30 |
| HSL | 306.8º | 0.39% | 0.51% | - |
| HSV(B) | 306.8º | 0.54% | 0.7% | - |
| XYZ | 28.68 | 18.45 | 39.09 | - |
| YUV | 120.81 | 154.64 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 82 | 168 | 0 | 0.54 | 0.06 | 0.30 | 306.8 | 0.39 | 0.51 |
| Hex | B3 | 52 | A8 | 0 | 36 | 6 | 1E | 133 | 27 | 33 |
| Octal | 263 | 122 | 250 | 0 | 66 | 6 | 36 | 463 | 47 | 63 |
| Binary | 10110011 | 1010010 | 10101000 | 0 | 110110 | 110 | 11110 | 100110011 | 100111 | 110011 |
Color Harmonies of #B352A8
Complementary color
Monochromatic Colors of #B352A8
Black with #B352A8
Text Example
Text Example
White with #B352A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B352A8; }
p { color: rgb(179,82,168); }
H1.HeaderClassName
{
color: #B352A8;
}
.AnyTagClassName
{
color: #B352A8;
}
</style>
background-color css
<style>
a { background-color: #B352A8; }
a { background-color: rgb(179,82,168); }
div.DivClassName
{
background-color: #B352A8;
}
.BgClassName
{
background-color: #B352A8;
}
</style>
border-color css
<style>
span { border-color: #B352A8; }
span { border-color: rgb(179,82,168); }
td.TdClassName
{
border-color: #B352A8;
}
.TagClassName
{
border-color: #B352A8;
}
</style>