Shades of Violet Blue #B351A2
Tints of Violet Blue #B351A2
RGB
CMYK
RGB Variations
Color information
#B351A2 (or 0xB351A2) is known color: Violet Blue. HEX triplet: B3, 51 and A2. RGB value is (179,81,162). Sum of RGB (Red+Green+Blue) = 179+81+162=422 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.42% from 422); Green value is 81 (32.03% from 255 or 19.19% from 422); Blue value is 162 (63.67% from 255 or 38.39% from 422); Max value from RGB is 179 - color contains mainly: red. Hex color #B351A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B351A2 is #4CAE5D. Grayscale: #777777. Windows color (decimal): -5025374 or 10637747. OLE color: 10637747.
HSL color Cylindrical-coordinate representation of color #B351A2: hue angle of 310.41º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B351A2 is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 81 | 162 | - |
| CMYK | 0 | 0.55 | 0.09 | 0.30 |
| HSL | 310.41º | 0.39% | 0.51% | - |
| HSV(B) | 310.41º | 0.55% | 0.7% | - |
| XYZ | 28.05 | 18.08 | 36.19 | - |
| YUV | 119.54 | 151.97 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 81 | 162 | 0 | 0.55 | 0.09 | 0.30 | 310.41 | 0.39 | 0.51 |
| Hex | B3 | 51 | A2 | 0 | 37 | 9 | 1E | 136 | 27 | 33 |
| Octal | 263 | 121 | 242 | 0 | 67 | 11 | 36 | 466 | 47 | 63 |
| Binary | 10110011 | 1010001 | 10100010 | 0 | 110111 | 1001 | 11110 | 100110110 | 100111 | 110011 |
Color Harmonies of #B351A2
Complementary color
Monochromatic Colors of #B351A2
Black with #B351A2
Text Example
Text Example
White with #B351A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B351A2; }
p { color: rgb(179,81,162); }
H1.HeaderClassName
{
color: #B351A2;
}
.AnyTagClassName
{
color: #B351A2;
}
</style>
background-color css
<style>
a { background-color: #B351A2; }
a { background-color: rgb(179,81,162); }
div.DivClassName
{
background-color: #B351A2;
}
.BgClassName
{
background-color: #B351A2;
}
</style>
border-color css
<style>
span { border-color: #B351A2; }
span { border-color: rgb(179,81,162); }
td.TdClassName
{
border-color: #B351A2;
}
.TagClassName
{
border-color: #B351A2;
}
</style>