Shades of Medium Red Violet #B62492
Tints of Medium Red Violet #B62492
RGB
CMYK
RGB Variations
Color information
#B62492 (or 0xB62492) is known color: Medium Red Violet. HEX triplet: B6, 24 and 92. RGB value is (182,36,146). Sum of RGB (Red+Green+Blue) = 182+36+146=364 (48% of max value = 765). Red value is 182 (71.48% from 255 or 50% from 364); Green value is 36 (14.45% from 255 or 9.89% from 364); Blue value is 146 (57.42% from 255 or 40.11% from 364); Max value from RGB is 182 - color contains mainly: red. Hex color #B62492 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62492 is #49DB6D. Grayscale: #5B5B5B. Windows color (decimal): -4840302 or 9577654. OLE color: 9577654.
HSL color Cylindrical-coordinate representation of color #B62492: hue angle of 314.79º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B62492 is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 36 | 146 | - |
| CMYK | 0 | 0.80 | 0.20 | 0.29 |
| HSL | 314.79º | 0.67% | 0.43% | - |
| HSV(B) | 314.79º | 0.8% | 0.71% | - |
| XYZ | 25.11 | 13.28 | 28.43 | - |
| YUV | 92.19 | 158.37 | 192.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 36 | 146 | 0 | 0.80 | 0.20 | 0.29 | 314.79 | 0.67 | 0.43 |
| Hex | B6 | 24 | 92 | 0 | 50 | 14 | 1D | 13B | 43 | 2B |
| Octal | 266 | 44 | 222 | 0 | 120 | 24 | 35 | 473 | 103 | 53 |
| Binary | 10110110 | 100100 | 10010010 | 0 | 1010000 | 10100 | 11101 | 100111011 | 1000011 | 101011 |
Color Harmonies of #B62492
Complementary color
Monochromatic Colors of #B62492
Black with #B62492
Text Example
Text Example
White with #B62492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62492; }
p { color: rgb(182,36,146); }
H1.HeaderClassName
{
color: #B62492;
}
.AnyTagClassName
{
color: #B62492;
}
</style>
background-color css
<style>
a { background-color: #B62492; }
a { background-color: rgb(182,36,146); }
div.DivClassName
{
background-color: #B62492;
}
.BgClassName
{
background-color: #B62492;
}
</style>
border-color css
<style>
span { border-color: #B62492; }
span { border-color: rgb(182,36,146); }
td.TdClassName
{
border-color: #B62492;
}
.TagClassName
{
border-color: #B62492;
}
</style>