Shades of Medium Red Violet #B12474
Tints of Medium Red Violet #B12474
RGB
CMYK
RGB Variations
Color information
#B12474 (or 0xB12474) is known color: Medium Red Violet. HEX triplet: B1, 24 and 74. RGB value is (177,36,116). Sum of RGB (Red+Green+Blue) = 177+36+116=329 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.80% from 329); Green value is 36 (14.45% from 255 or 10.94% from 329); Blue value is 116 (45.70% from 255 or 35.26% from 329); Max value from RGB is 177 - color contains mainly: red. Hex color #B12474 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12474 is #4EDB8B. Grayscale: #575757. Windows color (decimal): -5168012 or 7611569. OLE color: 7611569.
HSL color Cylindrical-coordinate representation of color #B12474: hue angle of 325.96º 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 #B12474 is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 36 | 116 | - |
| CMYK | 0 | 0.80 | 0.34 | 0.31 |
| HSL | 325.96º | 0.66% | 0.42% | - |
| HSV(B) | 325.96º | 0.8% | 0.69% | - |
| XYZ | 21.91 | 11.87 | 17.66 | - |
| YUV | 87.28 | 144.21 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 36 | 116 | 0 | 0.80 | 0.34 | 0.31 | 325.96 | 0.66 | 0.42 |
| Hex | B1 | 24 | 74 | 0 | 50 | 22 | 1F | 146 | 42 | 2A |
| Octal | 261 | 44 | 164 | 0 | 120 | 42 | 37 | 506 | 102 | 52 |
| Binary | 10110001 | 100100 | 1110100 | 0 | 1010000 | 100010 | 11111 | 101000110 | 1000010 | 101010 |
Color Harmonies of #B12474
Complementary color
Monochromatic Colors of #B12474
Black with #B12474
Text Example
Text Example
White with #B12474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12474; }
p { color: rgb(177,36,116); }
H1.HeaderClassName
{
color: #B12474;
}
.AnyTagClassName
{
color: #B12474;
}
</style>
background-color css
<style>
a { background-color: #B12474; }
a { background-color: rgb(177,36,116); }
div.DivClassName
{
background-color: #B12474;
}
.BgClassName
{
background-color: #B12474;
}
</style>
border-color css
<style>
span { border-color: #B12474; }
span { border-color: rgb(177,36,116); }
td.TdClassName
{
border-color: #B12474;
}
.TagClassName
{
border-color: #B12474;
}
</style>