Shades of Medium Red Violet #B0247E
Tints of Medium Red Violet #B0247E
RGB
CMYK
RGB Variations
Color information
#B0247E (or 0xB0247E) is known color: Medium Red Violet. HEX triplet: B0, 24 and 7E. RGB value is (176,36,126). Sum of RGB (Red+Green+Blue) = 176+36+126=338 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.07% from 338); Green value is 36 (14.45% from 255 or 10.65% from 338); Blue value is 126 (49.61% from 255 or 37.28% from 338); Max value from RGB is 176 - color contains mainly: red. Hex color #B0247E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0247E is #4FDB81. Grayscale: #575757. Windows color (decimal): -5233538 or 8266928. OLE color: 8266928.
HSL color Cylindrical-coordinate representation of color #B0247E: hue angle of 321.43º 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 #B0247E is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 36 | 126 | - |
| CMYK | 0 | 0.80 | 0.28 | 0.31 |
| HSL | 321.43º | 0.66% | 0.42% | - |
| HSV(B) | 321.43º | 0.8% | 0.69% | - |
| XYZ | 22.3 | 12 | 20.88 | - |
| YUV | 88.12 | 149.38 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 36 | 126 | 0 | 0.80 | 0.28 | 0.31 | 321.43 | 0.66 | 0.42 |
| Hex | B0 | 24 | 7E | 0 | 50 | 1C | 1F | 141 | 42 | 2A |
| Octal | 260 | 44 | 176 | 0 | 120 | 34 | 37 | 501 | 102 | 52 |
| Binary | 10110000 | 100100 | 1111110 | 0 | 1010000 | 11100 | 11111 | 101000001 | 1000010 | 101010 |
Color Harmonies of #B0247E
Complementary color
Monochromatic Colors of #B0247E
Black with #B0247E
Text Example
Text Example
White with #B0247E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0247E; }
p { color: rgb(176,36,126); }
H1.HeaderClassName
{
color: #B0247E;
}
.AnyTagClassName
{
color: #B0247E;
}
</style>
background-color css
<style>
a { background-color: #B0247E; }
a { background-color: rgb(176,36,126); }
div.DivClassName
{
background-color: #B0247E;
}
.BgClassName
{
background-color: #B0247E;
}
</style>
border-color css
<style>
span { border-color: #B0247E; }
span { border-color: rgb(176,36,126); }
td.TdClassName
{
border-color: #B0247E;
}
.TagClassName
{
border-color: #B0247E;
}
</style>