Shades of Medium Red Violet #B33B8D
Tints of Medium Red Violet #B33B8D
RGB
CMYK
RGB Variations
Color information
#B33B8D (or 0xB33B8D) is known color: Medium Red Violet. HEX triplet: B3, 3B and 8D. RGB value is (179,59,141). Sum of RGB (Red+Green+Blue) = 179+59+141=379 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.23% from 379); Green value is 59 (23.44% from 255 or 15.57% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 179 - color contains mainly: red. Hex color #B33B8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33B8D is #4CC472. Grayscale: #686868. Windows color (decimal): -5031027 or 9255859. OLE color: 9255859.
HSL color Cylindrical-coordinate representation of color #B33B8D: hue angle of 319º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B33B8D is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 59 | 141 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.30 |
| HSL | 319º | 0.5% | 0.47% | - |
| HSV(B) | 319º | 0.67% | 0.7% | - |
| XYZ | 24.96 | 14.63 | 26.71 | - |
| YUV | 104.23 | 148.76 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 59 | 141 | 0 | 0.67 | 0.21 | 0.30 | 319 | 0.5 | 0.47 |
| Hex | B3 | 3B | 8D | 0 | 43 | 15 | 1E | 13F | 32 | 2F |
| Octal | 263 | 73 | 215 | 0 | 103 | 25 | 36 | 477 | 62 | 57 |
| Binary | 10110011 | 111011 | 10001101 | 0 | 1000011 | 10101 | 11110 | 100111111 | 110010 | 101111 |
Color Harmonies of #B33B8D
Complementary color
Monochromatic Colors of #B33B8D
Black with #B33B8D
Text Example
Text Example
White with #B33B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33B8D; }
p { color: rgb(179,59,141); }
H1.HeaderClassName
{
color: #B33B8D;
}
.AnyTagClassName
{
color: #B33B8D;
}
</style>
background-color css
<style>
a { background-color: #B33B8D; }
a { background-color: rgb(179,59,141); }
div.DivClassName
{
background-color: #B33B8D;
}
.BgClassName
{
background-color: #B33B8D;
}
</style>
border-color css
<style>
span { border-color: #B33B8D; }
span { border-color: rgb(179,59,141); }
td.TdClassName
{
border-color: #B33B8D;
}
.TagClassName
{
border-color: #B33B8D;
}
</style>