Shades of Violet Blue #B344A1
Tints of Violet Blue #B344A1
RGB
CMYK
RGB Variations
Color information
#B344A1 (or 0xB344A1) is known color: Violet Blue. HEX triplet: B3, 44 and A1. RGB value is (179,68,161). Sum of RGB (Red+Green+Blue) = 179+68+161=408 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.87% from 408); Green value is 68 (26.95% from 255 or 16.67% from 408); Blue value is 161 (63.28% from 255 or 39.46% from 408); Max value from RGB is 179 - color contains mainly: red. Hex color #B344A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B344A1 is #4CBB5E. Grayscale: #6F6F6F. Windows color (decimal): -5028703 or 10568883. OLE color: 10568883.
HSL color Cylindrical-coordinate representation of color #B344A1: hue angle of 309.73º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B344A1 is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 68 | 161 | - |
| CMYK | 0 | 0.62 | 0.10 | 0.30 |
| HSL | 309.73º | 0.45% | 0.48% | - |
| HSV(B) | 309.73º | 0.62% | 0.7% | - |
| XYZ | 27.09 | 16.29 | 35.43 | - |
| YUV | 111.79 | 155.77 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 68 | 161 | 0 | 0.62 | 0.10 | 0.30 | 309.73 | 0.45 | 0.48 |
| Hex | B3 | 44 | A1 | 0 | 3E | A | 1E | 136 | 2D | 30 |
| Octal | 263 | 104 | 241 | 0 | 76 | 12 | 36 | 466 | 55 | 60 |
| Binary | 10110011 | 1000100 | 10100001 | 0 | 111110 | 1010 | 11110 | 100110110 | 101101 | 110000 |
Color Harmonies of #B344A1
Complementary color
Monochromatic Colors of #B344A1
Black with #B344A1
Text Example
Text Example
White with #B344A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B344A1; }
p { color: rgb(179,68,161); }
H1.HeaderClassName
{
color: #B344A1;
}
.AnyTagClassName
{
color: #B344A1;
}
</style>
background-color css
<style>
a { background-color: #B344A1; }
a { background-color: rgb(179,68,161); }
div.DivClassName
{
background-color: #B344A1;
}
.BgClassName
{
background-color: #B344A1;
}
</style>
border-color css
<style>
span { border-color: #B344A1; }
span { border-color: rgb(179,68,161); }
td.TdClassName
{
border-color: #B344A1;
}
.TagClassName
{
border-color: #B344A1;
}
</style>