Shades of Violet Blue #B352A2
Tints of Violet Blue #B352A2
RGB
CMYK
RGB Variations
Color information
#B352A2 (or 0xB352A2) is known color: Violet Blue. HEX triplet: B3, 52 and A2. RGB value is (179,82,162). Sum of RGB (Red+Green+Blue) = 179+82+162=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 82 (32.42% from 255 or 19.39% from 423); Blue value is 162 (63.67% from 255 or 38.30% from 423); Max value from RGB is 179 - color contains mainly: red. Hex color #B352A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B352A2 is #4CAD5D. Grayscale: #777777. Windows color (decimal): -5025118 or 10638003. OLE color: 10638003.
HSL color Cylindrical-coordinate representation of color #B352A2: hue angle of 310.52º 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 #B352A2 is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 82 | 162 | - |
| CMYK | 0 | 0.54 | 0.09 | 0.30 |
| HSL | 310.52º | 0.39% | 0.51% | - |
| HSV(B) | 310.52º | 0.54% | 0.7% | - |
| XYZ | 28.13 | 18.23 | 36.22 | - |
| YUV | 120.12 | 151.64 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 82 | 162 | 0 | 0.54 | 0.09 | 0.30 | 310.52 | 0.39 | 0.51 |
| Hex | B3 | 52 | A2 | 0 | 36 | 9 | 1E | 137 | 27 | 33 |
| Octal | 263 | 122 | 242 | 0 | 66 | 11 | 36 | 467 | 47 | 63 |
| Binary | 10110011 | 1010010 | 10100010 | 0 | 110110 | 1001 | 11110 | 100110111 | 100111 | 110011 |
Color Harmonies of #B352A2
Complementary color
Monochromatic Colors of #B352A2
Black with #B352A2
Text Example
Text Example
White with #B352A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B352A2; }
p { color: rgb(179,82,162); }
H1.HeaderClassName
{
color: #B352A2;
}
.AnyTagClassName
{
color: #B352A2;
}
</style>
background-color css
<style>
a { background-color: #B352A2; }
a { background-color: rgb(179,82,162); }
div.DivClassName
{
background-color: #B352A2;
}
.BgClassName
{
background-color: #B352A2;
}
</style>
border-color css
<style>
span { border-color: #B352A2; }
span { border-color: rgb(179,82,162); }
td.TdClassName
{
border-color: #B352A2;
}
.TagClassName
{
border-color: #B352A2;
}
</style>