Shades of Violet Blue #B35BA0
Tints of Violet Blue #B35BA0
RGB
CMYK
RGB Variations
Color information
#B35BA0 (or 0xB35BA0) is known color: Violet Blue. HEX triplet: B3, 5B and A0. RGB value is (179,91,160). Sum of RGB (Red+Green+Blue) = 179+91+160=430 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.63% from 430); Green value is 91 (35.94% from 255 or 21.16% from 430); Blue value is 160 (62.89% from 255 or 37.21% from 430); Max value from RGB is 179 - color contains mainly: red. Hex color #B35BA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35BA0 is #4CA45F. Grayscale: #7C7C7C. Windows color (decimal): -5022816 or 10509235. OLE color: 10509235.
HSL color Cylindrical-coordinate representation of color #B35BA0: hue angle of 312.95º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B35BA0 is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 91 | 160 | - |
| CMYK | 0 | 0.49 | 0.11 | 0.30 |
| HSL | 312.95º | 0.37% | 0.53% | - |
| HSV(B) | 312.95º | 0.49% | 0.7% | - |
| XYZ | 28.68 | 19.6 | 35.53 | - |
| YUV | 125.18 | 147.65 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 91 | 160 | 0 | 0.49 | 0.11 | 0.30 | 312.95 | 0.37 | 0.53 |
| Hex | B3 | 5B | A0 | 0 | 31 | B | 1E | 139 | 25 | 35 |
| Octal | 263 | 133 | 240 | 0 | 61 | 13 | 36 | 471 | 45 | 65 |
| Binary | 10110011 | 1011011 | 10100000 | 0 | 110001 | 1011 | 11110 | 100111001 | 100101 | 110101 |
Color Harmonies of #B35BA0
Complementary color
Monochromatic Colors of #B35BA0
Black with #B35BA0
Text Example
Text Example
White with #B35BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B35BA0; }
p { color: rgb(179,91,160); }
H1.HeaderClassName
{
color: #B35BA0;
}
.AnyTagClassName
{
color: #B35BA0;
}
</style>
background-color css
<style>
a { background-color: #B35BA0; }
a { background-color: rgb(179,91,160); }
div.DivClassName
{
background-color: #B35BA0;
}
.BgClassName
{
background-color: #B35BA0;
}
</style>
border-color css
<style>
span { border-color: #B35BA0; }
span { border-color: rgb(179,91,160); }
td.TdClassName
{
border-color: #B35BA0;
}
.TagClassName
{
border-color: #B35BA0;
}
</style>