Shades of Medium Red Violet #B33BA1
Tints of Medium Red Violet #B33BA1
RGB
CMYK
RGB Variations
Color information
#B33BA1 (or 0xB33BA1) is known color: Medium Red Violet. HEX triplet: B3, 3B and A1. RGB value is (179,59,161). Sum of RGB (Red+Green+Blue) = 179+59+161=399 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.86% from 399); Green value is 59 (23.44% from 255 or 14.79% from 399); Blue value is 161 (63.28% from 255 or 40.35% from 399); Max value from RGB is 179 - color contains mainly: red. Hex color #B33BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33BA1 is #4CC45E. Grayscale: #6A6A6A. Windows color (decimal): -5031007 or 10566579. OLE color: 10566579.
HSL color Cylindrical-coordinate representation of color #B33BA1: hue angle of 309º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B33BA1 is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 59 | 161 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.30 |
| HSL | 309º | 0.5% | 0.47% | - |
| HSV(B) | 309º | 0.67% | 0.7% | - |
| XYZ | 26.59 | 15.28 | 35.27 | - |
| YUV | 106.51 | 158.76 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 59 | 161 | 0 | 0.67 | 0.10 | 0.30 | 309 | 0.5 | 0.47 |
| Hex | B3 | 3B | A1 | 0 | 43 | A | 1E | 135 | 32 | 2F |
| Octal | 263 | 73 | 241 | 0 | 103 | 12 | 36 | 465 | 62 | 57 |
| Binary | 10110011 | 111011 | 10100001 | 0 | 1000011 | 1010 | 11110 | 100110101 | 110010 | 101111 |
Color Harmonies of #B33BA1
Complementary color
Monochromatic Colors of #B33BA1
Black with #B33BA1
Text Example
Text Example
White with #B33BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33BA1; }
p { color: rgb(179,59,161); }
H1.HeaderClassName
{
color: #B33BA1;
}
.AnyTagClassName
{
color: #B33BA1;
}
</style>
background-color css
<style>
a { background-color: #B33BA1; }
a { background-color: rgb(179,59,161); }
div.DivClassName
{
background-color: #B33BA1;
}
.BgClassName
{
background-color: #B33BA1;
}
</style>
border-color css
<style>
span { border-color: #B33BA1; }
span { border-color: rgb(179,59,161); }
td.TdClassName
{
border-color: #B33BA1;
}
.TagClassName
{
border-color: #B33BA1;
}
</style>