Shades of Medium Red Violet #B33582
Tints of Medium Red Violet #B33582
RGB
CMYK
RGB Variations
Color information
#B33582 (or 0xB33582) is known color: Medium Red Violet. HEX triplet: B3, 35 and 82. RGB value is (179,53,130). Sum of RGB (Red+Green+Blue) = 179+53+130=362 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.45% from 362); Green value is 53 (21.09% from 255 or 14.64% from 362); Blue value is 130 (51.17% from 255 or 35.91% from 362); Max value from RGB is 179 - color contains mainly: red. Hex color #B33582 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33582 is #4CCA7D. Grayscale: #636363. Windows color (decimal): -5032574 or 8533427. OLE color: 8533427.
HSL color Cylindrical-coordinate representation of color #B33582: hue angle of 323.33º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B33582 is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 53 | 130 | - |
| CMYK | 0 | 0.70 | 0.27 | 0.30 |
| HSL | 323.33º | 0.54% | 0.45% | - |
| HSV(B) | 323.33º | 0.7% | 0.7% | - |
| XYZ | 23.89 | 13.74 | 22.51 | - |
| YUV | 99.45 | 145.24 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 53 | 130 | 0 | 0.70 | 0.27 | 0.30 | 323.33 | 0.54 | 0.45 |
| Hex | B3 | 35 | 82 | 0 | 46 | 1B | 1E | 143 | 36 | 2D |
| Octal | 263 | 65 | 202 | 0 | 106 | 33 | 36 | 503 | 66 | 55 |
| Binary | 10110011 | 110101 | 10000010 | 0 | 1000110 | 11011 | 11110 | 101000011 | 110110 | 101101 |
Color Harmonies of #B33582
Complementary color
Monochromatic Colors of #B33582
Black with #B33582
Text Example
Text Example
White with #B33582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33582; }
p { color: rgb(179,53,130); }
H1.HeaderClassName
{
color: #B33582;
}
.AnyTagClassName
{
color: #B33582;
}
</style>
background-color css
<style>
a { background-color: #B33582; }
a { background-color: rgb(179,53,130); }
div.DivClassName
{
background-color: #B33582;
}
.BgClassName
{
background-color: #B33582;
}
</style>
border-color css
<style>
span { border-color: #B33582; }
span { border-color: rgb(179,53,130); }
td.TdClassName
{
border-color: #B33582;
}
.TagClassName
{
border-color: #B33582;
}
</style>