Shades of Medium Red Violet #B3247C
Tints of Medium Red Violet #B3247C
RGB
CMYK
RGB Variations
Color information
#B3247C (or 0xB3247C) is known color: Medium Red Violet. HEX triplet: B3, 24 and 7C. RGB value is (179,36,124). Sum of RGB (Red+Green+Blue) = 179+36+124=339 (44% of max value = 765). Red value is 179 (70.31% from 255 or 52.80% from 339); Green value is 36 (14.45% from 255 or 10.62% from 339); Blue value is 124 (48.83% from 255 or 36.58% from 339); Max value from RGB is 179 - color contains mainly: red. Hex color #B3247C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3247C is #4CDB83. Grayscale: #585858. Windows color (decimal): -5036932 or 8135859. OLE color: 8135859.
HSL color Cylindrical-coordinate representation of color #B3247C: hue angle of 323.08º 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 #B3247C is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 36 | 124 | - |
| CMYK | 0 | 0.80 | 0.31 | 0.30 |
| HSL | 323.08º | 0.67% | 0.42% | - |
| HSV(B) | 323.08º | 0.8% | 0.7% | - |
| XYZ | 22.86 | 12.3 | 20.24 | - |
| YUV | 88.79 | 147.88 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 36 | 124 | 0 | 0.80 | 0.31 | 0.30 | 323.08 | 0.67 | 0.42 |
| Hex | B3 | 24 | 7C | 0 | 50 | 1F | 1E | 143 | 43 | 2A |
| Octal | 263 | 44 | 174 | 0 | 120 | 37 | 36 | 503 | 103 | 52 |
| Binary | 10110011 | 100100 | 1111100 | 0 | 1010000 | 11111 | 11110 | 101000011 | 1000011 | 101010 |
Color Harmonies of #B3247C
Complementary color
Monochromatic Colors of #B3247C
Black with #B3247C
Text Example
Text Example
White with #B3247C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3247C; }
p { color: rgb(179,36,124); }
H1.HeaderClassName
{
color: #B3247C;
}
.AnyTagClassName
{
color: #B3247C;
}
</style>
background-color css
<style>
a { background-color: #B3247C; }
a { background-color: rgb(179,36,124); }
div.DivClassName
{
background-color: #B3247C;
}
.BgClassName
{
background-color: #B3247C;
}
</style>
border-color css
<style>
span { border-color: #B3247C; }
span { border-color: rgb(179,36,124); }
td.TdClassName
{
border-color: #B3247C;
}
.TagClassName
{
border-color: #B3247C;
}
</style>