Shades of Medium Red Violet #B3247D
Tints of Medium Red Violet #B3247D
RGB
CMYK
RGB Variations
Color information
#B3247D (or 0xB3247D) is known color: Medium Red Violet. HEX triplet: B3, 24 and 7D. RGB value is (179,36,125). Sum of RGB (Red+Green+Blue) = 179+36+125=340 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.65% from 340); Green value is 36 (14.45% from 255 or 10.59% from 340); Blue value is 125 (49.22% from 255 or 36.76% from 340); Max value from RGB is 179 - color contains mainly: red. Hex color #B3247D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3247D is #4CDB82. Grayscale: #585858. Windows color (decimal): -5036931 or 8201395. OLE color: 8201395.
HSL color Cylindrical-coordinate representation of color #B3247D: hue angle of 322.66º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B3247D is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 36 | 125 | - |
| CMYK | 0 | 0.80 | 0.30 | 0.30 |
| HSL | 322.66º | 0.67% | 0.42% | - |
| HSV(B) | 322.66º | 0.8% | 0.7% | - |
| XYZ | 22.92 | 12.33 | 20.57 | - |
| YUV | 88.9 | 148.38 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 36 | 125 | 0 | 0.80 | 0.30 | 0.30 | 322.66 | 0.67 | 0.42 |
| Hex | B3 | 24 | 7D | 0 | 50 | 1E | 1E | 143 | 43 | 2A |
| Octal | 263 | 44 | 175 | 0 | 120 | 36 | 36 | 503 | 103 | 52 |
| Binary | 10110011 | 100100 | 1111101 | 0 | 1010000 | 11110 | 11110 | 101000011 | 1000011 | 101010 |
Color Harmonies of #B3247D
Complementary color
Monochromatic Colors of #B3247D
Black with #B3247D
Text Example
Text Example
White with #B3247D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3247D; }
p { color: rgb(179,36,125); }
H1.HeaderClassName
{
color: #B3247D;
}
.AnyTagClassName
{
color: #B3247D;
}
</style>
background-color css
<style>
a { background-color: #B3247D; }
a { background-color: rgb(179,36,125); }
div.DivClassName
{
background-color: #B3247D;
}
.BgClassName
{
background-color: #B3247D;
}
</style>
border-color css
<style>
span { border-color: #B3247D; }
span { border-color: rgb(179,36,125); }
td.TdClassName
{
border-color: #B3247D;
}
.TagClassName
{
border-color: #B3247D;
}
</style>