Shades of Medium Red Violet #B33992
Tints of Medium Red Violet #B33992
RGB
CMYK
RGB Variations
Color information
#B33992 (or 0xB33992) is known color: Medium Red Violet. HEX triplet: B3, 39 and 92. RGB value is (179,57,146). Sum of RGB (Red+Green+Blue) = 179+57+146=382 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.86% from 382); Green value is 57 (22.66% from 255 or 14.92% from 382); Blue value is 146 (57.42% from 255 or 38.22% from 382); Max value from RGB is 179 - color contains mainly: red. Hex color #B33992 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33992 is #4CC66D. Grayscale: #676767. Windows color (decimal): -5031534 or 9583027. OLE color: 9583027.
HSL color Cylindrical-coordinate representation of color #B33992: hue angle of 316.23º 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 #B33992 is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 57 | 146 | - |
| CMYK | 0 | 0.68 | 0.18 | 0.30 |
| HSL | 316.23º | 0.52% | 0.46% | - |
| HSV(B) | 316.23º | 0.68% | 0.7% | - |
| XYZ | 25.24 | 14.59 | 28.68 | - |
| YUV | 103.62 | 151.92 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 57 | 146 | 0 | 0.68 | 0.18 | 0.30 | 316.23 | 0.52 | 0.46 |
| Hex | B3 | 39 | 92 | 0 | 44 | 12 | 1E | 13C | 34 | 2E |
| Octal | 263 | 71 | 222 | 0 | 104 | 22 | 36 | 474 | 64 | 56 |
| Binary | 10110011 | 111001 | 10010010 | 0 | 1000100 | 10010 | 11110 | 100111100 | 110100 | 101110 |
Color Harmonies of #B33992
Complementary color
Monochromatic Colors of #B33992
Black with #B33992
Text Example
Text Example
White with #B33992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33992; }
p { color: rgb(179,57,146); }
H1.HeaderClassName
{
color: #B33992;
}
.AnyTagClassName
{
color: #B33992;
}
</style>
background-color css
<style>
a { background-color: #B33992; }
a { background-color: rgb(179,57,146); }
div.DivClassName
{
background-color: #B33992;
}
.BgClassName
{
background-color: #B33992;
}
</style>
border-color css
<style>
span { border-color: #B33992; }
span { border-color: rgb(179,57,146); }
td.TdClassName
{
border-color: #B33992;
}
.TagClassName
{
border-color: #B33992;
}
</style>