Shades of Medium Red Violet #B33C88
Tints of Medium Red Violet #B33C88
RGB
CMYK
RGB Variations
Color information
#B33C88 (or 0xB33C88) is known color: Medium Red Violet. HEX triplet: B3, 3C and 88. RGB value is (179,60,136). Sum of RGB (Red+Green+Blue) = 179+60+136=375 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.73% from 375); Green value is 60 (23.83% from 255 or 16% from 375); Blue value is 136 (53.52% from 255 or 36.27% from 375); Max value from RGB is 179 - color contains mainly: red. Hex color #B33C88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33C88 is #4CC377. Grayscale: #686868. Windows color (decimal): -5030776 or 8928435. OLE color: 8928435.
HSL color Cylindrical-coordinate representation of color #B33C88: hue angle of 321.68º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B33C88 is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 60 | 136 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.30 |
| HSL | 321.68º | 0.5% | 0.47% | - |
| HSV(B) | 321.68º | 0.66% | 0.7% | - |
| XYZ | 24.65 | 14.59 | 24.81 | - |
| YUV | 104.25 | 145.92 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 60 | 136 | 0 | 0.66 | 0.24 | 0.30 | 321.68 | 0.5 | 0.47 |
| Hex | B3 | 3C | 88 | 0 | 42 | 18 | 1E | 142 | 32 | 2F |
| Octal | 263 | 74 | 210 | 0 | 102 | 30 | 36 | 502 | 62 | 57 |
| Binary | 10110011 | 111100 | 10001000 | 0 | 1000010 | 11000 | 11110 | 101000010 | 110010 | 101111 |
Color Harmonies of #B33C88
Complementary color
Monochromatic Colors of #B33C88
Black with #B33C88
Text Example
Text Example
White with #B33C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33C88; }
p { color: rgb(179,60,136); }
H1.HeaderClassName
{
color: #B33C88;
}
.AnyTagClassName
{
color: #B33C88;
}
</style>
background-color css
<style>
a { background-color: #B33C88; }
a { background-color: rgb(179,60,136); }
div.DivClassName
{
background-color: #B33C88;
}
.BgClassName
{
background-color: #B33C88;
}
</style>
border-color css
<style>
span { border-color: #B33C88; }
span { border-color: rgb(179,60,136); }
td.TdClassName
{
border-color: #B33C88;
}
.TagClassName
{
border-color: #B33C88;
}
</style>