Shades of Violet Blue #B35EA5
Tints of Violet Blue #B35EA5
RGB
CMYK
RGB Variations
Color information
#B35EA5 (or 0xB35EA5) is known color: Violet Blue. HEX triplet: B3, 5E and A5. RGB value is (179,94,165). Sum of RGB (Red+Green+Blue) = 179+94+165=438 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.87% from 438); Green value is 94 (37.11% from 255 or 21.46% from 438); Blue value is 165 (64.84% from 255 or 37.67% from 438); Max value from RGB is 179 - color contains mainly: red. Hex color #B35EA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35EA5 is #4CA15A. Grayscale: #7F7F7F. Windows color (decimal): -5022043 or 10837683. OLE color: 10837683.
HSL color Cylindrical-coordinate representation of color #B35EA5: hue angle of 309.88º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B35EA5 is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 94 | 165 | - |
| CMYK | 0 | 0.47 | 0.08 | 0.30 |
| HSL | 309.88º | 0.36% | 0.54% | - |
| HSV(B) | 309.88º | 0.47% | 0.7% | - |
| XYZ | 29.38 | 20.31 | 37.97 | - |
| YUV | 127.51 | 149.16 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 94 | 165 | 0 | 0.47 | 0.08 | 0.30 | 309.88 | 0.36 | 0.54 |
| Hex | B3 | 5E | A5 | 0 | 2F | 8 | 1E | 136 | 24 | 36 |
| Octal | 263 | 136 | 245 | 0 | 57 | 10 | 36 | 466 | 44 | 66 |
| Binary | 10110011 | 1011110 | 10100101 | 0 | 101111 | 1000 | 11110 | 100110110 | 100100 | 110110 |
Color Harmonies of #B35EA5
Complementary color
Monochromatic Colors of #B35EA5
Black with #B35EA5
Text Example
Text Example
White with #B35EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B35EA5; }
p { color: rgb(179,94,165); }
H1.HeaderClassName
{
color: #B35EA5;
}
.AnyTagClassName
{
color: #B35EA5;
}
</style>
background-color css
<style>
a { background-color: #B35EA5; }
a { background-color: rgb(179,94,165); }
div.DivClassName
{
background-color: #B35EA5;
}
.BgClassName
{
background-color: #B35EA5;
}
</style>
border-color css
<style>
span { border-color: #B35EA5; }
span { border-color: rgb(179,94,165); }
td.TdClassName
{
border-color: #B35EA5;
}
.TagClassName
{
border-color: #B35EA5;
}
</style>