Shades of Violet Blue #B35BA4
Tints of Violet Blue #B35BA4
RGB
CMYK
RGB Variations
Color information
#B35BA4 (or 0xB35BA4) is known color: Violet Blue. HEX triplet: B3, 5B and A4. RGB value is (179,91,164). Sum of RGB (Red+Green+Blue) = 179+91+164=434 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.24% from 434); Green value is 91 (35.94% from 255 or 20.97% from 434); Blue value is 164 (64.45% from 255 or 37.79% from 434); Max value from RGB is 179 - color contains mainly: red. Hex color #B35BA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35BA4 is #4CA45B. Grayscale: #7D7D7D. Windows color (decimal): -5022812 or 10771379. OLE color: 10771379.
HSL color Cylindrical-coordinate representation of color #B35BA4: hue angle of 310.23º 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 #B35BA4 is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 91 | 164 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.30 |
| HSL | 310.23º | 0.37% | 0.53% | - |
| HSV(B) | 310.23º | 0.49% | 0.7% | - |
| XYZ | 29.03 | 19.75 | 37.4 | - |
| YUV | 125.63 | 149.65 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 91 | 164 | 0 | 0.49 | 0.08 | 0.30 | 310.23 | 0.37 | 0.53 |
| Hex | B3 | 5B | A4 | 0 | 31 | 8 | 1E | 136 | 25 | 35 |
| Octal | 263 | 133 | 244 | 0 | 61 | 10 | 36 | 466 | 45 | 65 |
| Binary | 10110011 | 1011011 | 10100100 | 0 | 110001 | 1000 | 11110 | 100110110 | 100101 | 110101 |
Color Harmonies of #B35BA4
Complementary color
Monochromatic Colors of #B35BA4
Black with #B35BA4
Text Example
Text Example
White with #B35BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B35BA4; }
p { color: rgb(179,91,164); }
H1.HeaderClassName
{
color: #B35BA4;
}
.AnyTagClassName
{
color: #B35BA4;
}
</style>
background-color css
<style>
a { background-color: #B35BA4; }
a { background-color: rgb(179,91,164); }
div.DivClassName
{
background-color: #B35BA4;
}
.BgClassName
{
background-color: #B35BA4;
}
</style>
border-color css
<style>
span { border-color: #B35BA4; }
span { border-color: rgb(179,91,164); }
td.TdClassName
{
border-color: #B35BA4;
}
.TagClassName
{
border-color: #B35BA4;
}
</style>