Shades of Violet Blue #B34AA0
Tints of Violet Blue #B34AA0
RGB
CMYK
RGB Variations
Color information
#B34AA0 (or 0xB34AA0) is known color: Violet Blue. HEX triplet: B3, 4A and A0. RGB value is (179,74,160). Sum of RGB (Red+Green+Blue) = 179+74+160=413 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.34% from 413); Green value is 74 (29.30% from 255 or 17.92% from 413); Blue value is 160 (62.89% from 255 or 38.74% from 413); Max value from RGB is 179 - color contains mainly: red. Hex color #B34AA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34AA0 is #4CB55F. Grayscale: #727272. Windows color (decimal): -5027168 or 10504883. OLE color: 10504883.
HSL color Cylindrical-coordinate representation of color #B34AA0: hue angle of 310.86º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B34AA0 is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 74 | 160 | - |
| CMYK | 0 | 0.59 | 0.11 | 0.30 |
| HSL | 310.86º | 0.42% | 0.5% | - |
| HSV(B) | 310.86º | 0.59% | 0.7% | - |
| XYZ | 27.38 | 17.02 | 35.1 | - |
| YUV | 115.2 | 153.29 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 74 | 160 | 0 | 0.59 | 0.11 | 0.30 | 310.86 | 0.42 | 0.5 |
| Hex | B3 | 4A | A0 | 0 | 3B | B | 1E | 137 | 2A | 32 |
| Octal | 263 | 112 | 240 | 0 | 73 | 13 | 36 | 467 | 52 | 62 |
| Binary | 10110011 | 1001010 | 10100000 | 0 | 111011 | 1011 | 11110 | 100110111 | 101010 | 110010 |
Color Harmonies of #B34AA0
Complementary color
Monochromatic Colors of #B34AA0
Black with #B34AA0
Text Example
Text Example
White with #B34AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34AA0; }
p { color: rgb(179,74,160); }
H1.HeaderClassName
{
color: #B34AA0;
}
.AnyTagClassName
{
color: #B34AA0;
}
</style>
background-color css
<style>
a { background-color: #B34AA0; }
a { background-color: rgb(179,74,160); }
div.DivClassName
{
background-color: #B34AA0;
}
.BgClassName
{
background-color: #B34AA0;
}
</style>
border-color css
<style>
span { border-color: #B34AA0; }
span { border-color: rgb(179,74,160); }
td.TdClassName
{
border-color: #B34AA0;
}
.TagClassName
{
border-color: #B34AA0;
}
</style>