Shades of Medium Red Violet #B33F89
Tints of Medium Red Violet #B33F89
RGB
CMYK
RGB Variations
Color information
#B33F89 (or 0xB33F89) is known color: Medium Red Violet. HEX triplet: B3, 3F and 89. RGB value is (179,63,137). Sum of RGB (Red+Green+Blue) = 179+63+137=379 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.23% from 379); Green value is 63 (25% from 255 or 16.62% from 379); Blue value is 137 (53.91% from 255 or 36.15% from 379); Max value from RGB is 179 - color contains mainly: red. Hex color #B33F89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33F89 is #4CC076. Grayscale: #696969. Windows color (decimal): -5030007 or 8994739. OLE color: 8994739.
HSL color Cylindrical-coordinate representation of color #B33F89: hue angle of 321.72º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B33F89 is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 63 | 137 | - |
| CMYK | 0 | 0.65 | 0.23 | 0.30 |
| HSL | 321.72º | 0.48% | 0.47% | - |
| HSV(B) | 321.72º | 0.65% | 0.7% | - |
| XYZ | 24.88 | 14.94 | 25.24 | - |
| YUV | 106.12 | 145.43 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 63 | 137 | 0 | 0.65 | 0.23 | 0.30 | 321.72 | 0.48 | 0.47 |
| Hex | B3 | 3F | 89 | 0 | 41 | 17 | 1E | 142 | 30 | 2F |
| Octal | 263 | 77 | 211 | 0 | 101 | 27 | 36 | 502 | 60 | 57 |
| Binary | 10110011 | 111111 | 10001001 | 0 | 1000001 | 10111 | 11110 | 101000010 | 110000 | 101111 |
Color Harmonies of #B33F89
Complementary color
Monochromatic Colors of #B33F89
Black with #B33F89
Text Example
Text Example
White with #B33F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33F89; }
p { color: rgb(179,63,137); }
H1.HeaderClassName
{
color: #B33F89;
}
.AnyTagClassName
{
color: #B33F89;
}
</style>
background-color css
<style>
a { background-color: #B33F89; }
a { background-color: rgb(179,63,137); }
div.DivClassName
{
background-color: #B33F89;
}
.BgClassName
{
background-color: #B33F89;
}
</style>
border-color css
<style>
span { border-color: #B33F89; }
span { border-color: rgb(179,63,137); }
td.TdClassName
{
border-color: #B33F89;
}
.TagClassName
{
border-color: #B33F89;
}
</style>