Shades of Violet Blue #B341A2
Tints of Violet Blue #B341A2
RGB
CMYK
RGB Variations
Color information
#B341A2 (or 0xB341A2) is known color: Violet Blue. HEX triplet: B3, 41 and A2. RGB value is (179,65,162). Sum of RGB (Red+Green+Blue) = 179+65+162=406 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.09% from 406); Green value is 65 (25.78% from 255 or 16.01% from 406); Blue value is 162 (63.67% from 255 or 39.90% from 406); Max value from RGB is 179 - color contains mainly: red. Hex color #B341A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B341A2 is #4CBE5D. Grayscale: #6D6D6D. Windows color (decimal): -5029470 or 10633651. OLE color: 10633651.
HSL color Cylindrical-coordinate representation of color #B341A2: hue angle of 308.95º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B341A2 is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 65 | 162 | - |
| CMYK | 0 | 0.64 | 0.09 | 0.30 |
| HSL | 308.95º | 0.47% | 0.48% | - |
| HSV(B) | 308.95º | 0.64% | 0.7% | - |
| XYZ | 27 | 15.97 | 35.84 | - |
| YUV | 110.14 | 157.27 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 65 | 162 | 0 | 0.64 | 0.09 | 0.30 | 308.95 | 0.47 | 0.48 |
| Hex | B3 | 41 | A2 | 0 | 40 | 9 | 1E | 135 | 2F | 30 |
| Octal | 263 | 101 | 242 | 0 | 100 | 11 | 36 | 465 | 57 | 60 |
| Binary | 10110011 | 1000001 | 10100010 | 0 | 1000000 | 1001 | 11110 | 100110101 | 101111 | 110000 |
Color Harmonies of #B341A2
Complementary color
Monochromatic Colors of #B341A2
Black with #B341A2
Text Example
Text Example
White with #B341A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B341A2; }
p { color: rgb(179,65,162); }
H1.HeaderClassName
{
color: #B341A2;
}
.AnyTagClassName
{
color: #B341A2;
}
</style>
background-color css
<style>
a { background-color: #B341A2; }
a { background-color: rgb(179,65,162); }
div.DivClassName
{
background-color: #B341A2;
}
.BgClassName
{
background-color: #B341A2;
}
</style>
border-color css
<style>
span { border-color: #B341A2; }
span { border-color: rgb(179,65,162); }
td.TdClassName
{
border-color: #B341A2;
}
.TagClassName
{
border-color: #B341A2;
}
</style>