Shades of Medium Red Violet #B02790
Tints of Medium Red Violet #B02790
RGB
CMYK
RGB Variations
Color information
#B02790 (or 0xB02790) is known color: Medium Red Violet. HEX triplet: B0, 27 and 90. RGB value is (176,39,144). Sum of RGB (Red+Green+Blue) = 176+39+144=359 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.03% from 359); Green value is 39 (15.62% from 255 or 10.86% from 359); Blue value is 144 (56.64% from 255 or 40.11% from 359); Max value from RGB is 176 - color contains mainly: red. Hex color #B02790 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02790 is #4FD86F. Grayscale: #5B5B5B. Windows color (decimal): -5232752 or 9447344. OLE color: 9447344.
HSL color Cylindrical-coordinate representation of color #B02790: hue angle of 314.01º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B02790 is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 39 | 144 | - |
| CMYK | 0 | 0.78 | 0.18 | 0.31 |
| HSL | 314.01º | 0.64% | 0.42% | - |
| HSV(B) | 314.01º | 0.78% | 0.69% | - |
| XYZ | 23.66 | 12.69 | 27.59 | - |
| YUV | 91.93 | 157.39 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 39 | 144 | 0 | 0.78 | 0.18 | 0.31 | 314.01 | 0.64 | 0.42 |
| Hex | B0 | 27 | 90 | 0 | 4E | 12 | 1F | 13A | 40 | 2A |
| Octal | 260 | 47 | 220 | 0 | 116 | 22 | 37 | 472 | 100 | 52 |
| Binary | 10110000 | 100111 | 10010000 | 0 | 1001110 | 10010 | 11111 | 100111010 | 1000000 | 101010 |
Color Harmonies of #B02790
Complementary color
Monochromatic Colors of #B02790
Black with #B02790
Text Example
Text Example
White with #B02790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02790; }
p { color: rgb(176,39,144); }
H1.HeaderClassName
{
color: #B02790;
}
.AnyTagClassName
{
color: #B02790;
}
</style>
background-color css
<style>
a { background-color: #B02790; }
a { background-color: rgb(176,39,144); }
div.DivClassName
{
background-color: #B02790;
}
.BgClassName
{
background-color: #B02790;
}
</style>
border-color css
<style>
span { border-color: #B02790; }
span { border-color: rgb(176,39,144); }
td.TdClassName
{
border-color: #B02790;
}
.TagClassName
{
border-color: #B02790;
}
</style>