Shades of Medium Red Violet #B33DA1
Tints of Medium Red Violet #B33DA1
RGB
CMYK
RGB Variations
Color information
#B33DA1 (or 0xB33DA1) is known color: Medium Red Violet. HEX triplet: B3, 3D and A1. RGB value is (179,61,161). Sum of RGB (Red+Green+Blue) = 179+61+161=401 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.64% from 401); Green value is 61 (24.22% from 255 or 15.21% from 401); Blue value is 161 (63.28% from 255 or 40.15% from 401); Max value from RGB is 179 - color contains mainly: red. Hex color #B33DA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33DA1 is #4CC25E. Grayscale: #6B6B6B. Windows color (decimal): -5030495 or 10567091. OLE color: 10567091.
HSL color Cylindrical-coordinate representation of color #B33DA1: hue angle of 309.15º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B33DA1 is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 61 | 161 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.30 |
| HSL | 309.15º | 0.49% | 0.47% | - |
| HSV(B) | 309.15º | 0.66% | 0.7% | - |
| XYZ | 26.69 | 15.49 | 35.3 | - |
| YUV | 107.68 | 158.09 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 61 | 161 | 0 | 0.66 | 0.10 | 0.30 | 309.15 | 0.49 | 0.47 |
| Hex | B3 | 3D | A1 | 0 | 42 | A | 1E | 135 | 31 | 2F |
| Octal | 263 | 75 | 241 | 0 | 102 | 12 | 36 | 465 | 61 | 57 |
| Binary | 10110011 | 111101 | 10100001 | 0 | 1000010 | 1010 | 11110 | 100110101 | 110001 | 101111 |
Color Harmonies of #B33DA1
Complementary color
Monochromatic Colors of #B33DA1
Black with #B33DA1
Text Example
Text Example
White with #B33DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33DA1; }
p { color: rgb(179,61,161); }
H1.HeaderClassName
{
color: #B33DA1;
}
.AnyTagClassName
{
color: #B33DA1;
}
</style>
background-color css
<style>
a { background-color: #B33DA1; }
a { background-color: rgb(179,61,161); }
div.DivClassName
{
background-color: #B33DA1;
}
.BgClassName
{
background-color: #B33DA1;
}
</style>
border-color css
<style>
span { border-color: #B33DA1; }
span { border-color: rgb(179,61,161); }
td.TdClassName
{
border-color: #B33DA1;
}
.TagClassName
{
border-color: #B33DA1;
}
</style>