Shades of Medium Red Violet #B33297
Tints of Medium Red Violet #B33297
RGB
CMYK
RGB Variations
Color information
#B33297 (or 0xB33297) is known color: Medium Red Violet. HEX triplet: B3, 32 and 97. RGB value is (179,50,151). Sum of RGB (Red+Green+Blue) = 179+50+151=380 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.11% from 380); Green value is 50 (19.92% from 255 or 13.16% from 380); Blue value is 151 (59.38% from 255 or 39.74% from 380); Max value from RGB is 179 - color contains mainly: red. Hex color #B33297 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33297 is #4CCD68. Grayscale: #636363. Windows color (decimal): -5033321 or 9908915. OLE color: 9908915.
HSL color Cylindrical-coordinate representation of color #B33297: hue angle of 313.02º 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 #B33297 is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 50 | 151 | - |
| CMYK | 0 | 0.72 | 0.16 | 0.30 |
| HSL | 313.02º | 0.56% | 0.45% | - |
| HSV(B) | 313.02º | 0.72% | 0.7% | - |
| XYZ | 25.32 | 14.1 | 30.67 | - |
| YUV | 100.09 | 156.74 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 50 | 151 | 0 | 0.72 | 0.16 | 0.30 | 313.02 | 0.56 | 0.45 |
| Hex | B3 | 32 | 97 | 0 | 48 | 10 | 1E | 139 | 38 | 2D |
| Octal | 263 | 62 | 227 | 0 | 110 | 20 | 36 | 471 | 70 | 55 |
| Binary | 10110011 | 110010 | 10010111 | 0 | 1001000 | 10000 | 11110 | 100111001 | 111000 | 101101 |
Color Harmonies of #B33297
Complementary color
Monochromatic Colors of #B33297
Black with #B33297
Text Example
Text Example
White with #B33297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33297; }
p { color: rgb(179,50,151); }
H1.HeaderClassName
{
color: #B33297;
}
.AnyTagClassName
{
color: #B33297;
}
</style>
background-color css
<style>
a { background-color: #B33297; }
a { background-color: rgb(179,50,151); }
div.DivClassName
{
background-color: #B33297;
}
.BgClassName
{
background-color: #B33297;
}
</style>
border-color css
<style>
span { border-color: #B33297; }
span { border-color: rgb(179,50,151); }
td.TdClassName
{
border-color: #B33297;
}
.TagClassName
{
border-color: #B33297;
}
</style>