Shades of Medium Red Violet #B0248F
Tints of Medium Red Violet #B0248F
RGB
CMYK
RGB Variations
Color information
#B0248F (or 0xB0248F) is known color: Medium Red Violet. HEX triplet: B0, 24 and 8F. RGB value is (176,36,143). Sum of RGB (Red+Green+Blue) = 176+36+143=355 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.58% from 355); Green value is 36 (14.45% from 255 or 10.14% from 355); Blue value is 143 (56.25% from 255 or 40.28% from 355); Max value from RGB is 176 - color contains mainly: red. Hex color #B0248F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0248F is #4FDB70. Grayscale: #595959. Windows color (decimal): -5233521 or 9381040. OLE color: 9381040.
HSL color Cylindrical-coordinate representation of color #B0248F: hue angle of 314.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 #B0248F is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 36 | 143 | - |
| CMYK | 0 | 0.80 | 0.19 | 0.31 |
| HSL | 314.14º | 0.66% | 0.42% | - |
| HSV(B) | 314.14º | 0.8% | 0.69% | - |
| XYZ | 23.49 | 12.48 | 27.16 | - |
| YUV | 90.06 | 157.88 | 189.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 36 | 143 | 0 | 0.80 | 0.19 | 0.31 | 314.14 | 0.66 | 0.42 |
| Hex | B0 | 24 | 8F | 0 | 50 | 13 | 1F | 13A | 42 | 2A |
| Octal | 260 | 44 | 217 | 0 | 120 | 23 | 37 | 472 | 102 | 52 |
| Binary | 10110000 | 100100 | 10001111 | 0 | 1010000 | 10011 | 11111 | 100111010 | 1000010 | 101010 |
Color Harmonies of #B0248F
Complementary color
Monochromatic Colors of #B0248F
Black with #B0248F
Text Example
Text Example
White with #B0248F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0248F; }
p { color: rgb(176,36,143); }
H1.HeaderClassName
{
color: #B0248F;
}
.AnyTagClassName
{
color: #B0248F;
}
</style>
background-color css
<style>
a { background-color: #B0248F; }
a { background-color: rgb(176,36,143); }
div.DivClassName
{
background-color: #B0248F;
}
.BgClassName
{
background-color: #B0248F;
}
</style>
border-color css
<style>
span { border-color: #B0248F; }
span { border-color: rgb(176,36,143); }
td.TdClassName
{
border-color: #B0248F;
}
.TagClassName
{
border-color: #B0248F;
}
</style>