Shades of Violet Blue #B343A1
Tints of Violet Blue #B343A1
RGB
CMYK
RGB Variations
Color information
#B343A1 (or 0xB343A1) is known color: Violet Blue. HEX triplet: B3, 43 and A1. RGB value is (179,67,161). Sum of RGB (Red+Green+Blue) = 179+67+161=407 (53% of max value = 765). Red value is 179 (70.31% from 255 or 43.98% from 407); Green value is 67 (26.56% from 255 or 16.46% from 407); Blue value is 161 (63.28% from 255 or 39.56% from 407); Max value from RGB is 179 - color contains mainly: red. Hex color #B343A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B343A1 is #4CBC5E. Grayscale: #6E6E6E. Windows color (decimal): -5028959 or 10568627. OLE color: 10568627.
HSL color Cylindrical-coordinate representation of color #B343A1: hue angle of 309.64º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B343A1 is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 67 | 161 | - |
| CMYK | 0 | 0.63 | 0.10 | 0.30 |
| HSL | 309.64º | 0.46% | 0.48% | - |
| HSV(B) | 309.64º | 0.63% | 0.7% | - |
| XYZ | 27.03 | 16.17 | 35.41 | - |
| YUV | 111.2 | 156.11 | 176.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 67 | 161 | 0 | 0.63 | 0.10 | 0.30 | 309.64 | 0.46 | 0.48 |
| Hex | B3 | 43 | A1 | 0 | 3F | A | 1E | 136 | 2E | 30 |
| Octal | 263 | 103 | 241 | 0 | 77 | 12 | 36 | 466 | 56 | 60 |
| Binary | 10110011 | 1000011 | 10100001 | 0 | 111111 | 1010 | 11110 | 100110110 | 101110 | 110000 |
Color Harmonies of #B343A1
Complementary color
Monochromatic Colors of #B343A1
Black with #B343A1
Text Example
Text Example
White with #B343A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B343A1; }
p { color: rgb(179,67,161); }
H1.HeaderClassName
{
color: #B343A1;
}
.AnyTagClassName
{
color: #B343A1;
}
</style>
background-color css
<style>
a { background-color: #B343A1; }
a { background-color: rgb(179,67,161); }
div.DivClassName
{
background-color: #B343A1;
}
.BgClassName
{
background-color: #B343A1;
}
</style>
border-color css
<style>
span { border-color: #B343A1; }
span { border-color: rgb(179,67,161); }
td.TdClassName
{
border-color: #B343A1;
}
.TagClassName
{
border-color: #B343A1;
}
</style>