Shades of Medium Red Violet #B12492
Tints of Medium Red Violet #B12492
RGB
CMYK
RGB Variations
Color information
#B12492 (or 0xB12492) is known color: Medium Red Violet. HEX triplet: B1, 24 and 92. RGB value is (177,36,146). Sum of RGB (Red+Green+Blue) = 177+36+146=359 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.30% from 359); Green value is 36 (14.45% from 255 or 10.03% from 359); Blue value is 146 (57.42% from 255 or 40.67% from 359); Max value from RGB is 177 - color contains mainly: red. Hex color #B12492 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12492 is #4EDB6D. Grayscale: #5A5A5A. Windows color (decimal): -5167982 or 9577649. OLE color: 9577649.
HSL color Cylindrical-coordinate representation of color #B12492: hue angle of 313.19º 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 #B12492 is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 36 | 146 | - |
| CMYK | 0 | 0.80 | 0.18 | 0.31 |
| HSL | 313.19º | 0.66% | 0.42% | - |
| HSV(B) | 313.19º | 0.8% | 0.69% | - |
| XYZ | 23.95 | 12.68 | 28.38 | - |
| YUV | 90.7 | 159.21 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 36 | 146 | 0 | 0.80 | 0.18 | 0.31 | 313.19 | 0.66 | 0.42 |
| Hex | B1 | 24 | 92 | 0 | 50 | 12 | 1F | 139 | 42 | 2A |
| Octal | 261 | 44 | 222 | 0 | 120 | 22 | 37 | 471 | 102 | 52 |
| Binary | 10110001 | 100100 | 10010010 | 0 | 1010000 | 10010 | 11111 | 100111001 | 1000010 | 101010 |
Color Harmonies of #B12492
Complementary color
Monochromatic Colors of #B12492
Black with #B12492
Text Example
Text Example
White with #B12492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12492; }
p { color: rgb(177,36,146); }
H1.HeaderClassName
{
color: #B12492;
}
.AnyTagClassName
{
color: #B12492;
}
</style>
background-color css
<style>
a { background-color: #B12492; }
a { background-color: rgb(177,36,146); }
div.DivClassName
{
background-color: #B12492;
}
.BgClassName
{
background-color: #B12492;
}
</style>
border-color css
<style>
span { border-color: #B12492; }
span { border-color: rgb(177,36,146); }
td.TdClassName
{
border-color: #B12492;
}
.TagClassName
{
border-color: #B12492;
}
</style>