Shades of Medium Red Violet #B33F7D
Tints of Medium Red Violet #B33F7D
RGB
CMYK
RGB Variations
Color information
#B33F7D (or 0xB33F7D) is known color: Medium Red Violet. HEX triplet: B3, 3F and 7D. RGB value is (179,63,125). Sum of RGB (Red+Green+Blue) = 179+63+125=367 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.77% from 367); Green value is 63 (25% from 255 or 17.17% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 179 - color contains mainly: red. Hex color #B33F7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33F7D is #4CC082. Grayscale: #686868. Windows color (decimal): -5030019 or 8208307. OLE color: 8208307.
HSL color Cylindrical-coordinate representation of color #B33F7D: hue angle of 327.93º 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 #B33F7D is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 63 | 125 | - |
| CMYK | 0 | 0.65 | 0.30 | 0.30 |
| HSL | 327.93º | 0.48% | 0.47% | - |
| HSV(B) | 327.93º | 0.65% | 0.7% | - |
| XYZ | 24.07 | 14.62 | 20.96 | - |
| YUV | 104.75 | 139.43 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 63 | 125 | 0 | 0.65 | 0.30 | 0.30 | 327.93 | 0.48 | 0.47 |
| Hex | B3 | 3F | 7D | 0 | 41 | 1E | 1E | 148 | 30 | 2F |
| Octal | 263 | 77 | 175 | 0 | 101 | 36 | 36 | 510 | 60 | 57 |
| Binary | 10110011 | 111111 | 1111101 | 0 | 1000001 | 11110 | 11110 | 101001000 | 110000 | 101111 |
Color Harmonies of #B33F7D
Complementary color
Monochromatic Colors of #B33F7D
Black with #B33F7D
Text Example
Text Example
White with #B33F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33F7D; }
p { color: rgb(179,63,125); }
H1.HeaderClassName
{
color: #B33F7D;
}
.AnyTagClassName
{
color: #B33F7D;
}
</style>
background-color css
<style>
a { background-color: #B33F7D; }
a { background-color: rgb(179,63,125); }
div.DivClassName
{
background-color: #B33F7D;
}
.BgClassName
{
background-color: #B33F7D;
}
</style>
border-color css
<style>
span { border-color: #B33F7D; }
span { border-color: rgb(179,63,125); }
td.TdClassName
{
border-color: #B33F7D;
}
.TagClassName
{
border-color: #B33F7D;
}
</style>