Shades of Medium Red Violet #B0247A
Tints of Medium Red Violet #B0247A
RGB
CMYK
RGB Variations
Color information
#B0247A (or 0xB0247A) is known color: Medium Red Violet. HEX triplet: B0, 24 and 7A. RGB value is (176,36,122). Sum of RGB (Red+Green+Blue) = 176+36+122=334 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.69% from 334); Green value is 36 (14.45% from 255 or 10.78% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 176 - color contains mainly: red. Hex color #B0247A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0247A is #4FDB85. Grayscale: #575757. Windows color (decimal): -5233542 or 8004784. OLE color: 8004784.
HSL color Cylindrical-coordinate representation of color #B0247A: hue angle of 323.14º 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 #B0247A is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 36 | 122 | - |
| CMYK | 0 | 0.80 | 0.31 | 0.31 |
| HSL | 323.14º | 0.66% | 0.42% | - |
| HSV(B) | 323.14º | 0.8% | 0.69% | - |
| XYZ | 22.05 | 11.9 | 19.55 | - |
| YUV | 87.66 | 147.38 | 191.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 36 | 122 | 0 | 0.80 | 0.31 | 0.31 | 323.14 | 0.66 | 0.42 |
| Hex | B0 | 24 | 7A | 0 | 50 | 1F | 1F | 143 | 42 | 2A |
| Octal | 260 | 44 | 172 | 0 | 120 | 37 | 37 | 503 | 102 | 52 |
| Binary | 10110000 | 100100 | 1111010 | 0 | 1010000 | 11111 | 11111 | 101000011 | 1000010 | 101010 |
Color Harmonies of #B0247A
Complementary color
Monochromatic Colors of #B0247A
Black with #B0247A
Text Example
Text Example
White with #B0247A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0247A; }
p { color: rgb(176,36,122); }
H1.HeaderClassName
{
color: #B0247A;
}
.AnyTagClassName
{
color: #B0247A;
}
</style>
background-color css
<style>
a { background-color: #B0247A; }
a { background-color: rgb(176,36,122); }
div.DivClassName
{
background-color: #B0247A;
}
.BgClassName
{
background-color: #B0247A;
}
</style>
border-color css
<style>
span { border-color: #B0247A; }
span { border-color: rgb(176,36,122); }
td.TdClassName
{
border-color: #B0247A;
}
.TagClassName
{
border-color: #B0247A;
}
</style>