Shades of Medium Red Violet #B33976
Tints of Medium Red Violet #B33976
RGB
CMYK
RGB Variations
Color information
#B33976 (or 0xB33976) is known color: Medium Red Violet. HEX triplet: B3, 39 and 76. RGB value is (179,57,118). Sum of RGB (Red+Green+Blue) = 179+57+118=354 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.56% from 354); Green value is 57 (22.66% from 255 or 16.10% from 354); Blue value is 118 (46.48% from 255 or 33.33% from 354); Max value from RGB is 179 - color contains mainly: red. Hex color #B33976 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33976 is #4CC689. Grayscale: #646464. Windows color (decimal): -5031562 or 7748019. OLE color: 7748019.
HSL color Cylindrical-coordinate representation of color #B33976: hue angle of 330º 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 #B33976 is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 57 | 118 | - |
| CMYK | 0 | 0.68 | 0.34 | 0.30 |
| HSL | 330º | 0.52% | 0.46% | - |
| HSV(B) | 330º | 0.68% | 0.7% | - |
| XYZ | 23.32 | 13.82 | 18.58 | - |
| YUV | 100.43 | 137.92 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 57 | 118 | 0 | 0.68 | 0.34 | 0.30 | 330 | 0.52 | 0.46 |
| Hex | B3 | 39 | 76 | 0 | 44 | 22 | 1E | 14A | 34 | 2E |
| Octal | 263 | 71 | 166 | 0 | 104 | 42 | 36 | 512 | 64 | 56 |
| Binary | 10110011 | 111001 | 1110110 | 0 | 1000100 | 100010 | 11110 | 101001010 | 110100 | 101110 |
Color Harmonies of #B33976
Complementary color
Monochromatic Colors of #B33976
Black with #B33976
Text Example
Text Example
White with #B33976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33976; }
p { color: rgb(179,57,118); }
H1.HeaderClassName
{
color: #B33976;
}
.AnyTagClassName
{
color: #B33976;
}
</style>
background-color css
<style>
a { background-color: #B33976; }
a { background-color: rgb(179,57,118); }
div.DivClassName
{
background-color: #B33976;
}
.BgClassName
{
background-color: #B33976;
}
</style>
border-color css
<style>
span { border-color: #B33976; }
span { border-color: rgb(179,57,118); }
td.TdClassName
{
border-color: #B33976;
}
.TagClassName
{
border-color: #B33976;
}
</style>