Shades of Medium Red Violet #B33997
Tints of Medium Red Violet #B33997
RGB
CMYK
RGB Variations
Color information
#B33997 (or 0xB33997) is known color: Medium Red Violet. HEX triplet: B3, 39 and 97. RGB value is (179,57,151). Sum of RGB (Red+Green+Blue) = 179+57+151=387 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.25% from 387); Green value is 57 (22.66% from 255 or 14.73% from 387); Blue value is 151 (59.38% from 255 or 39.02% from 387); Max value from RGB is 179 - color contains mainly: red. Hex color #B33997 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33997 is #4CC668. Grayscale: #676767. Windows color (decimal): -5031529 or 9910707. OLE color: 9910707.
HSL color Cylindrical-coordinate representation of color #B33997: hue angle of 313.77º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B33997 is Cyan = 0, Magento = 0.68, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 57 | 151 | - |
| CMYK | 0 | 0.68 | 0.16 | 0.30 |
| HSL | 313.77º | 0.52% | 0.46% | - |
| HSV(B) | 313.77º | 0.68% | 0.7% | - |
| XYZ | 25.64 | 14.74 | 30.77 | - |
| YUV | 104.19 | 154.42 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 57 | 151 | 0 | 0.68 | 0.16 | 0.30 | 313.77 | 0.52 | 0.46 |
| Hex | B3 | 39 | 97 | 0 | 44 | 10 | 1E | 13A | 34 | 2E |
| Octal | 263 | 71 | 227 | 0 | 104 | 20 | 36 | 472 | 64 | 56 |
| Binary | 10110011 | 111001 | 10010111 | 0 | 1000100 | 10000 | 11110 | 100111010 | 110100 | 101110 |
Color Harmonies of #B33997
Complementary color
Monochromatic Colors of #B33997
Black with #B33997
Text Example
Text Example
White with #B33997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33997; }
p { color: rgb(179,57,151); }
H1.HeaderClassName
{
color: #B33997;
}
.AnyTagClassName
{
color: #B33997;
}
</style>
background-color css
<style>
a { background-color: #B33997; }
a { background-color: rgb(179,57,151); }
div.DivClassName
{
background-color: #B33997;
}
.BgClassName
{
background-color: #B33997;
}
</style>
border-color css
<style>
span { border-color: #B33997; }
span { border-color: rgb(179,57,151); }
td.TdClassName
{
border-color: #B33997;
}
.TagClassName
{
border-color: #B33997;
}
</style>