Shades of Medium Red Violet #B42392
Tints of Medium Red Violet #B42392
RGB
CMYK
RGB Variations
Color information
#B42392 (or 0xB42392) is known color: Medium Red Violet. HEX triplet: B4, 23 and 92. RGB value is (180,35,146). Sum of RGB (Red+Green+Blue) = 180+35+146=361 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.86% from 361); Green value is 35 (14.06% from 255 or 9.70% from 361); Blue value is 146 (57.42% from 255 or 40.44% from 361); Max value from RGB is 180 - color contains mainly: red. Hex color #B42392 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42392 is #4BDC6D. Grayscale: #5A5A5A. Windows color (decimal): -4971630 or 9577396. OLE color: 9577396.
HSL color Cylindrical-coordinate representation of color #B42392: hue angle of 314.07º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B42392 is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 35 | 146 | - |
| CMYK | 0 | 0.81 | 0.19 | 0.29 |
| HSL | 314.07º | 0.67% | 0.42% | - |
| HSV(B) | 314.07º | 0.81% | 0.71% | - |
| XYZ | 24.61 | 12.98 | 28.4 | - |
| YUV | 91.01 | 159.04 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 35 | 146 | 0 | 0.81 | 0.19 | 0.29 | 314.07 | 0.67 | 0.42 |
| Hex | B4 | 23 | 92 | 0 | 51 | 13 | 1D | 13A | 43 | 2A |
| Octal | 264 | 43 | 222 | 0 | 121 | 23 | 35 | 472 | 103 | 52 |
| Binary | 10110100 | 100011 | 10010010 | 0 | 1010001 | 10011 | 11101 | 100111010 | 1000011 | 101010 |
Color Harmonies of #B42392
Complementary color
Monochromatic Colors of #B42392
Black with #B42392
Text Example
Text Example
White with #B42392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42392; }
p { color: rgb(180,35,146); }
H1.HeaderClassName
{
color: #B42392;
}
.AnyTagClassName
{
color: #B42392;
}
</style>
background-color css
<style>
a { background-color: #B42392; }
a { background-color: rgb(180,35,146); }
div.DivClassName
{
background-color: #B42392;
}
.BgClassName
{
background-color: #B42392;
}
</style>
border-color css
<style>
span { border-color: #B42392; }
span { border-color: rgb(180,35,146); }
td.TdClassName
{
border-color: #B42392;
}
.TagClassName
{
border-color: #B42392;
}
</style>