Shades of Medium Red Violet #B33D8D
Tints of Medium Red Violet #B33D8D
RGB
CMYK
RGB Variations
Color information
#B33D8D (or 0xB33D8D) is known color: Medium Red Violet. HEX triplet: B3, 3D and 8D. RGB value is (179,61,141). Sum of RGB (Red+Green+Blue) = 179+61+141=381 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.98% from 381); Green value is 61 (24.22% from 255 or 16.01% from 381); Blue value is 141 (55.47% from 255 or 37.01% from 381); Max value from RGB is 179 - color contains mainly: red. Hex color #B33D8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33D8D is #4CC272. Grayscale: #696969. Windows color (decimal): -5030515 or 9256371. OLE color: 9256371.
HSL color Cylindrical-coordinate representation of color #B33D8D: hue angle of 319.32º degrees, saturation: 0.49, 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 #B33D8D is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 61 | 141 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.30 |
| HSL | 319.32º | 0.49% | 0.47% | - |
| HSV(B) | 319.32º | 0.66% | 0.7% | - |
| XYZ | 25.07 | 14.84 | 26.74 | - |
| YUV | 105.4 | 148.09 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 61 | 141 | 0 | 0.66 | 0.21 | 0.30 | 319.32 | 0.49 | 0.47 |
| Hex | B3 | 3D | 8D | 0 | 42 | 15 | 1E | 13F | 31 | 2F |
| Octal | 263 | 75 | 215 | 0 | 102 | 25 | 36 | 477 | 61 | 57 |
| Binary | 10110011 | 111101 | 10001101 | 0 | 1000010 | 10101 | 11110 | 100111111 | 110001 | 101111 |
Color Harmonies of #B33D8D
Complementary color
Monochromatic Colors of #B33D8D
Black with #B33D8D
Text Example
Text Example
White with #B33D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33D8D; }
p { color: rgb(179,61,141); }
H1.HeaderClassName
{
color: #B33D8D;
}
.AnyTagClassName
{
color: #B33D8D;
}
</style>
background-color css
<style>
a { background-color: #B33D8D; }
a { background-color: rgb(179,61,141); }
div.DivClassName
{
background-color: #B33D8D;
}
.BgClassName
{
background-color: #B33D8D;
}
</style>
border-color css
<style>
span { border-color: #B33D8D; }
span { border-color: rgb(179,61,141); }
td.TdClassName
{
border-color: #B33D8D;
}
.TagClassName
{
border-color: #B33D8D;
}
</style>