Shades of Violet Blue #B359A2
Tints of Violet Blue #B359A2
RGB
CMYK
RGB Variations
Color information
#B359A2 (or 0xB359A2) is known color: Violet Blue. HEX triplet: B3, 59 and A2. RGB value is (179,89,162). Sum of RGB (Red+Green+Blue) = 179+89+162=430 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.63% from 430); Green value is 89 (35.16% from 255 or 20.70% from 430); Blue value is 162 (63.67% from 255 or 37.67% from 430); Max value from RGB is 179 - color contains mainly: red. Hex color #B359A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B359A2 is #4CA65D. Grayscale: #7C7C7C. Windows color (decimal): -5023326 or 10639795. OLE color: 10639795.
HSL color Cylindrical-coordinate representation of color #B359A2: hue angle of 311.33º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B359A2 is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 89 | 162 | - |
| CMYK | 0 | 0.50 | 0.09 | 0.30 |
| HSL | 311.33º | 0.37% | 0.53% | - |
| HSV(B) | 311.33º | 0.5% | 0.7% | - |
| XYZ | 28.68 | 19.34 | 36.4 | - |
| YUV | 124.23 | 149.32 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 89 | 162 | 0 | 0.50 | 0.09 | 0.30 | 311.33 | 0.37 | 0.53 |
| Hex | B3 | 59 | A2 | 0 | 32 | 9 | 1E | 137 | 25 | 35 |
| Octal | 263 | 131 | 242 | 0 | 62 | 11 | 36 | 467 | 45 | 65 |
| Binary | 10110011 | 1011001 | 10100010 | 0 | 110010 | 1001 | 11110 | 100110111 | 100101 | 110101 |
Color Harmonies of #B359A2
Complementary color
Monochromatic Colors of #B359A2
Black with #B359A2
Text Example
Text Example
White with #B359A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B359A2; }
p { color: rgb(179,89,162); }
H1.HeaderClassName
{
color: #B359A2;
}
.AnyTagClassName
{
color: #B359A2;
}
</style>
background-color css
<style>
a { background-color: #B359A2; }
a { background-color: rgb(179,89,162); }
div.DivClassName
{
background-color: #B359A2;
}
.BgClassName
{
background-color: #B359A2;
}
</style>
border-color css
<style>
span { border-color: #B359A2; }
span { border-color: rgb(179,89,162); }
td.TdClassName
{
border-color: #B359A2;
}
.TagClassName
{
border-color: #B359A2;
}
</style>