Shades of Medium Red Violet #B33273
Tints of Medium Red Violet #B33273
RGB
CMYK
RGB Variations
Color information
#B33273 (or 0xB33273) is known color: Medium Red Violet. HEX triplet: B3, 32 and 73. RGB value is (179,50,115). Sum of RGB (Red+Green+Blue) = 179+50+115=344 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.03% from 344); Green value is 50 (19.92% from 255 or 14.53% from 344); Blue value is 115 (45.31% from 255 or 33.43% from 344); Max value from RGB is 179 - color contains mainly: red. Hex color #B33273 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33273 is #4CCD8C. Grayscale: #5F5F5F. Windows color (decimal): -5033357 or 7549619. OLE color: 7549619.
HSL color Cylindrical-coordinate representation of color #B33273: hue angle of 329.77º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B33273 is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 50 | 115 | - |
| CMYK | 0 | 0.72 | 0.36 | 0.30 |
| HSL | 329.77º | 0.56% | 0.45% | - |
| HSV(B) | 329.77º | 0.72% | 0.7% | - |
| XYZ | 22.83 | 13.1 | 17.55 | - |
| YUV | 95.98 | 138.74 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 50 | 115 | 0 | 0.72 | 0.36 | 0.30 | 329.77 | 0.56 | 0.45 |
| Hex | B3 | 32 | 73 | 0 | 48 | 24 | 1E | 14A | 38 | 2D |
| Octal | 263 | 62 | 163 | 0 | 110 | 44 | 36 | 512 | 70 | 55 |
| Binary | 10110011 | 110010 | 1110011 | 0 | 1001000 | 100100 | 11110 | 101001010 | 111000 | 101101 |
Color Harmonies of #B33273
Complementary color
Monochromatic Colors of #B33273
Black with #B33273
Text Example
Text Example
White with #B33273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33273; }
p { color: rgb(179,50,115); }
H1.HeaderClassName
{
color: #B33273;
}
.AnyTagClassName
{
color: #B33273;
}
</style>
background-color css
<style>
a { background-color: #B33273; }
a { background-color: rgb(179,50,115); }
div.DivClassName
{
background-color: #B33273;
}
.BgClassName
{
background-color: #B33273;
}
</style>
border-color css
<style>
span { border-color: #B33273; }
span { border-color: rgb(179,50,115); }
td.TdClassName
{
border-color: #B33273;
}
.TagClassName
{
border-color: #B33273;
}
</style>