Shades of Medium Red Violet #B1248C
Tints of Medium Red Violet #B1248C
RGB
CMYK
RGB Variations
Color information
#B1248C (or 0xB1248C) is known color: Medium Red Violet. HEX triplet: B1, 24 and 8C. RGB value is (177,36,140). Sum of RGB (Red+Green+Blue) = 177+36+140=353 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.14% from 353); Green value is 36 (14.45% from 255 or 10.20% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 177 - color contains mainly: red. Hex color #B1248C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1248C is #4EDB73. Grayscale: #595959. Windows color (decimal): -5167988 or 9184433. OLE color: 9184433.
HSL color Cylindrical-coordinate representation of color #B1248C: hue angle of 315.74º 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 #B1248C is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 36 | 140 | - |
| CMYK | 0 | 0.80 | 0.21 | 0.31 |
| HSL | 315.74º | 0.66% | 0.42% | - |
| HSV(B) | 315.74º | 0.8% | 0.69% | - |
| XYZ | 23.5 | 12.5 | 25.99 | - |
| YUV | 90.02 | 156.21 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 36 | 140 | 0 | 0.80 | 0.21 | 0.31 | 315.74 | 0.66 | 0.42 |
| Hex | B1 | 24 | 8C | 0 | 50 | 15 | 1F | 13C | 42 | 2A |
| Octal | 261 | 44 | 214 | 0 | 120 | 25 | 37 | 474 | 102 | 52 |
| Binary | 10110001 | 100100 | 10001100 | 0 | 1010000 | 10101 | 11111 | 100111100 | 1000010 | 101010 |
Color Harmonies of #B1248C
Complementary color
Monochromatic Colors of #B1248C
Black with #B1248C
Text Example
Text Example
White with #B1248C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1248C; }
p { color: rgb(177,36,140); }
H1.HeaderClassName
{
color: #B1248C;
}
.AnyTagClassName
{
color: #B1248C;
}
</style>
background-color css
<style>
a { background-color: #B1248C; }
a { background-color: rgb(177,36,140); }
div.DivClassName
{
background-color: #B1248C;
}
.BgClassName
{
background-color: #B1248C;
}
</style>
border-color css
<style>
span { border-color: #B1248C; }
span { border-color: rgb(177,36,140); }
td.TdClassName
{
border-color: #B1248C;
}
.TagClassName
{
border-color: #B1248C;
}
</style>