Shades of Medium Red Violet #B02490
Tints of Medium Red Violet #B02490
RGB
CMYK
RGB Variations
Color information
#B02490 (or 0xB02490) is known color: Medium Red Violet. HEX triplet: B0, 24 and 90. RGB value is (176,36,144). Sum of RGB (Red+Green+Blue) = 176+36+144=356 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.44% from 356); Green value is 36 (14.45% from 255 or 10.11% from 356); Blue value is 144 (56.64% from 255 or 40.45% from 356); Max value from RGB is 176 - color contains mainly: red. Hex color #B02490 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02490 is #4FDB6F. Grayscale: #595959. Windows color (decimal): -5233520 or 9446576. OLE color: 9446576.
HSL color Cylindrical-coordinate representation of color #B02490: hue angle of 313.71º 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 #B02490 is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 36 | 144 | - |
| CMYK | 0 | 0.80 | 0.18 | 0.31 |
| HSL | 313.71º | 0.66% | 0.42% | - |
| HSV(B) | 313.71º | 0.8% | 0.69% | - |
| XYZ | 23.57 | 12.51 | 27.56 | - |
| YUV | 90.17 | 158.38 | 189.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 36 | 144 | 0 | 0.80 | 0.18 | 0.31 | 313.71 | 0.66 | 0.42 |
| Hex | B0 | 24 | 90 | 0 | 50 | 12 | 1F | 13A | 42 | 2A |
| Octal | 260 | 44 | 220 | 0 | 120 | 22 | 37 | 472 | 102 | 52 |
| Binary | 10110000 | 100100 | 10010000 | 0 | 1010000 | 10010 | 11111 | 100111010 | 1000010 | 101010 |
Color Harmonies of #B02490
Complementary color
Monochromatic Colors of #B02490
Black with #B02490
Text Example
Text Example
White with #B02490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02490; }
p { color: rgb(176,36,144); }
H1.HeaderClassName
{
color: #B02490;
}
.AnyTagClassName
{
color: #B02490;
}
</style>
background-color css
<style>
a { background-color: #B02490; }
a { background-color: rgb(176,36,144); }
div.DivClassName
{
background-color: #B02490;
}
.BgClassName
{
background-color: #B02490;
}
</style>
border-color css
<style>
span { border-color: #B02490; }
span { border-color: rgb(176,36,144); }
td.TdClassName
{
border-color: #B02490;
}
.TagClassName
{
border-color: #B02490;
}
</style>