Shades of Medium Red Violet #B0247C
Tints of Medium Red Violet #B0247C
RGB
CMYK
RGB Variations
Color information
#B0247C (or 0xB0247C) is known color: Medium Red Violet. HEX triplet: B0, 24 and 7C. RGB value is (176,36,124). Sum of RGB (Red+Green+Blue) = 176+36+124=336 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.38% from 336); Green value is 36 (14.45% from 255 or 10.71% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 176 - color contains mainly: red. Hex color #B0247C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0247C is #4FDB83. Grayscale: #575757. Windows color (decimal): -5233540 or 8135856. OLE color: 8135856.
HSL color Cylindrical-coordinate representation of color #B0247C: hue angle of 322.29º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B0247C is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 36 | 124 | - |
| CMYK | 0 | 0.80 | 0.30 | 0.31 |
| HSL | 322.29º | 0.66% | 0.42% | - |
| HSV(B) | 322.29º | 0.8% | 0.69% | - |
| XYZ | 22.17 | 11.95 | 20.21 | - |
| YUV | 87.89 | 148.38 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 36 | 124 | 0 | 0.80 | 0.30 | 0.31 | 322.29 | 0.66 | 0.42 |
| Hex | B0 | 24 | 7C | 0 | 50 | 1E | 1F | 142 | 42 | 2A |
| Octal | 260 | 44 | 174 | 0 | 120 | 36 | 37 | 502 | 102 | 52 |
| Binary | 10110000 | 100100 | 1111100 | 0 | 1010000 | 11110 | 11111 | 101000010 | 1000010 | 101010 |
Color Harmonies of #B0247C
Complementary color
Monochromatic Colors of #B0247C
Black with #B0247C
Text Example
Text Example
White with #B0247C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0247C; }
p { color: rgb(176,36,124); }
H1.HeaderClassName
{
color: #B0247C;
}
.AnyTagClassName
{
color: #B0247C;
}
</style>
background-color css
<style>
a { background-color: #B0247C; }
a { background-color: rgb(176,36,124); }
div.DivClassName
{
background-color: #B0247C;
}
.BgClassName
{
background-color: #B0247C;
}
</style>
border-color css
<style>
span { border-color: #B0247C; }
span { border-color: rgb(176,36,124); }
td.TdClassName
{
border-color: #B0247C;
}
.TagClassName
{
border-color: #B0247C;
}
</style>