Shades of Medium Red Violet #B12381
Tints of Medium Red Violet #B12381
RGB
CMYK
RGB Variations
Color information
#B12381 (or 0xB12381) is known color: Medium Red Violet. HEX triplet: B1, 23 and 81. RGB value is (177,35,129). Sum of RGB (Red+Green+Blue) = 177+35+129=341 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.91% from 341); Green value is 35 (14.06% from 255 or 10.26% from 341); Blue value is 129 (50.78% from 255 or 37.83% from 341); Max value from RGB is 177 - color contains mainly: red. Hex color #B12381 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12381 is #4EDC7E. Grayscale: #575757. Windows color (decimal): -5168255 or 8463281. OLE color: 8463281.
HSL color Cylindrical-coordinate representation of color #B12381: hue angle of 320.28º degrees, saturation: 0.67, 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 #B12381 is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 35 | 129 | - |
| CMYK | 0 | 0.80 | 0.27 | 0.31 |
| HSL | 320.28º | 0.67% | 0.42% | - |
| HSV(B) | 320.28º | 0.8% | 0.69% | - |
| XYZ | 22.69 | 12.13 | 21.91 | - |
| YUV | 88.17 | 151.04 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 35 | 129 | 0 | 0.80 | 0.27 | 0.31 | 320.28 | 0.67 | 0.42 |
| Hex | B1 | 23 | 81 | 0 | 50 | 1B | 1F | 140 | 43 | 2A |
| Octal | 261 | 43 | 201 | 0 | 120 | 33 | 37 | 500 | 103 | 52 |
| Binary | 10110001 | 100011 | 10000001 | 0 | 1010000 | 11011 | 11111 | 101000000 | 1000011 | 101010 |
Color Harmonies of #B12381
Complementary color
Monochromatic Colors of #B12381
Black with #B12381
Text Example
Text Example
White with #B12381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12381; }
p { color: rgb(177,35,129); }
H1.HeaderClassName
{
color: #B12381;
}
.AnyTagClassName
{
color: #B12381;
}
</style>
background-color css
<style>
a { background-color: #B12381; }
a { background-color: rgb(177,35,129); }
div.DivClassName
{
background-color: #B12381;
}
.BgClassName
{
background-color: #B12381;
}
</style>
border-color css
<style>
span { border-color: #B12381; }
span { border-color: rgb(177,35,129); }
td.TdClassName
{
border-color: #B12381;
}
.TagClassName
{
border-color: #B12381;
}
</style>