Shades of Medium Red Violet #B33FA1
Tints of Medium Red Violet #B33FA1
RGB
CMYK
RGB Variations
Color information
#B33FA1 (or 0xB33FA1) is known color: Medium Red Violet. HEX triplet: B3, 3F and A1. RGB value is (179,63,161). Sum of RGB (Red+Green+Blue) = 179+63+161=403 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.42% from 403); Green value is 63 (25% from 255 or 15.63% from 403); Blue value is 161 (63.28% from 255 or 39.95% from 403); Max value from RGB is 179 - color contains mainly: red. Hex color #B33FA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33FA1 is #4CC05E. Grayscale: #6C6C6C. Windows color (decimal): -5029983 or 10567603. OLE color: 10567603.
HSL color Cylindrical-coordinate representation of color #B33FA1: hue angle of 309.31º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B33FA1 is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 63 | 161 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.30 |
| HSL | 309.31º | 0.48% | 0.47% | - |
| HSV(B) | 309.31º | 0.65% | 0.7% | - |
| XYZ | 26.8 | 15.71 | 35.34 | - |
| YUV | 108.86 | 157.43 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 63 | 161 | 0 | 0.65 | 0.10 | 0.30 | 309.31 | 0.48 | 0.47 |
| Hex | B3 | 3F | A1 | 0 | 41 | A | 1E | 135 | 30 | 2F |
| Octal | 263 | 77 | 241 | 0 | 101 | 12 | 36 | 465 | 60 | 57 |
| Binary | 10110011 | 111111 | 10100001 | 0 | 1000001 | 1010 | 11110 | 100110101 | 110000 | 101111 |
Color Harmonies of #B33FA1
Complementary color
Monochromatic Colors of #B33FA1
Black with #B33FA1
Text Example
Text Example
White with #B33FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33FA1; }
p { color: rgb(179,63,161); }
H1.HeaderClassName
{
color: #B33FA1;
}
.AnyTagClassName
{
color: #B33FA1;
}
</style>
background-color css
<style>
a { background-color: #B33FA1; }
a { background-color: rgb(179,63,161); }
div.DivClassName
{
background-color: #B33FA1;
}
.BgClassName
{
background-color: #B33FA1;
}
</style>
border-color css
<style>
span { border-color: #B33FA1; }
span { border-color: rgb(179,63,161); }
td.TdClassName
{
border-color: #B33FA1;
}
.TagClassName
{
border-color: #B33FA1;
}
</style>