Shades of Medium Red Violet #B02492
Tints of Medium Red Violet #B02492
RGB
CMYK
RGB Variations
Color information
#B02492 (or 0xB02492) is known color: Medium Red Violet. HEX triplet: B0, 24 and 92. RGB value is (176,36,146). Sum of RGB (Red+Green+Blue) = 176+36+146=358 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.16% from 358); Green value is 36 (14.45% from 255 or 10.06% from 358); Blue value is 146 (57.42% from 255 or 40.78% from 358); Max value from RGB is 176 - color contains mainly: red. Hex color #B02492 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02492 is #4FDB6D. Grayscale: #5A5A5A. Windows color (decimal): -5233518 or 9577648. OLE color: 9577648.
HSL color Cylindrical-coordinate representation of color #B02492: hue angle of 312.86º 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 #B02492 is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 36 | 146 | - |
| CMYK | 0 | 0.80 | 0.17 | 0.31 |
| HSL | 312.86º | 0.66% | 0.42% | - |
| HSV(B) | 312.86º | 0.8% | 0.69% | - |
| XYZ | 23.72 | 12.57 | 28.37 | - |
| YUV | 90.4 | 159.38 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 36 | 146 | 0 | 0.80 | 0.17 | 0.31 | 312.86 | 0.66 | 0.42 |
| Hex | B0 | 24 | 92 | 0 | 50 | 11 | 1F | 139 | 42 | 2A |
| Octal | 260 | 44 | 222 | 0 | 120 | 21 | 37 | 471 | 102 | 52 |
| Binary | 10110000 | 100100 | 10010010 | 0 | 1010000 | 10001 | 11111 | 100111001 | 1000010 | 101010 |
Color Harmonies of #B02492
Complementary color
Monochromatic Colors of #B02492
Black with #B02492
Text Example
Text Example
White with #B02492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02492; }
p { color: rgb(176,36,146); }
H1.HeaderClassName
{
color: #B02492;
}
.AnyTagClassName
{
color: #B02492;
}
</style>
background-color css
<style>
a { background-color: #B02492; }
a { background-color: rgb(176,36,146); }
div.DivClassName
{
background-color: #B02492;
}
.BgClassName
{
background-color: #B02492;
}
</style>
border-color css
<style>
span { border-color: #B02492; }
span { border-color: rgb(176,36,146); }
td.TdClassName
{
border-color: #B02492;
}
.TagClassName
{
border-color: #B02492;
}
</style>