Shades of Violet Blue #B350A0
Tints of Violet Blue #B350A0
RGB
CMYK
RGB Variations
Color information
#B350A0 (or 0xB350A0) is known color: Violet Blue. HEX triplet: B3, 50 and A0. RGB value is (179,80,160). Sum of RGB (Red+Green+Blue) = 179+80+160=419 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.72% from 419); Green value is 80 (31.64% from 255 or 19.09% from 419); Blue value is 160 (62.89% from 255 or 38.19% from 419); Max value from RGB is 179 - color contains mainly: red. Hex color #B350A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B350A0 is #4CAF5F. Grayscale: #767676. Windows color (decimal): -5025632 or 10506419. OLE color: 10506419.
HSL color Cylindrical-coordinate representation of color #B350A0: hue angle of 311.52º 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 #B350A0 is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 80 | 160 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.30 |
| HSL | 311.52º | 0.39% | 0.51% | - |
| HSV(B) | 311.52º | 0.55% | 0.7% | - |
| XYZ | 27.8 | 17.86 | 35.24 | - |
| YUV | 118.72 | 151.3 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 80 | 160 | 0 | 0.55 | 0.11 | 0.30 | 311.52 | 0.39 | 0.51 |
| Hex | B3 | 50 | A0 | 0 | 37 | B | 1E | 138 | 27 | 33 |
| Octal | 263 | 120 | 240 | 0 | 67 | 13 | 36 | 470 | 47 | 63 |
| Binary | 10110011 | 1010000 | 10100000 | 0 | 110111 | 1011 | 11110 | 100111000 | 100111 | 110011 |
Color Harmonies of #B350A0
Complementary color
Monochromatic Colors of #B350A0
Black with #B350A0
Text Example
Text Example
White with #B350A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B350A0; }
p { color: rgb(179,80,160); }
H1.HeaderClassName
{
color: #B350A0;
}
.AnyTagClassName
{
color: #B350A0;
}
</style>
background-color css
<style>
a { background-color: #B350A0; }
a { background-color: rgb(179,80,160); }
div.DivClassName
{
background-color: #B350A0;
}
.BgClassName
{
background-color: #B350A0;
}
</style>
border-color css
<style>
span { border-color: #B350A0; }
span { border-color: rgb(179,80,160); }
td.TdClassName
{
border-color: #B350A0;
}
.TagClassName
{
border-color: #B350A0;
}
</style>