Shades of Medium Red Violet #B1246D
Tints of Medium Red Violet #B1246D
RGB
CMYK
RGB Variations
Color information
#B1246D (or 0xB1246D) is known color: Medium Red Violet. HEX triplet: B1, 24 and 6D. RGB value is (177,36,109). Sum of RGB (Red+Green+Blue) = 177+36+109=322 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.97% from 322); Green value is 36 (14.45% from 255 or 11.18% from 322); Blue value is 109 (42.97% from 255 or 33.85% from 322); Max value from RGB is 177 - color contains mainly: red. Hex color #B1246D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1246D is #4EDB92. Grayscale: #565656. Windows color (decimal): -5168019 or 7152817. OLE color: 7152817.
HSL color Cylindrical-coordinate representation of color #B1246D: hue angle of 328.94º 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 #B1246D is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 36 | 109 | - |
| CMYK | 0 | 0.80 | 0.38 | 0.31 |
| HSL | 328.94º | 0.66% | 0.42% | - |
| HSV(B) | 328.94º | 0.8% | 0.69% | - |
| XYZ | 21.52 | 11.71 | 15.59 | - |
| YUV | 86.48 | 140.71 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 36 | 109 | 0 | 0.80 | 0.38 | 0.31 | 328.94 | 0.66 | 0.42 |
| Hex | B1 | 24 | 6D | 0 | 50 | 26 | 1F | 149 | 42 | 2A |
| Octal | 261 | 44 | 155 | 0 | 120 | 46 | 37 | 511 | 102 | 52 |
| Binary | 10110001 | 100100 | 1101101 | 0 | 1010000 | 100110 | 11111 | 101001001 | 1000010 | 101010 |
Color Harmonies of #B1246D
Complementary color
Monochromatic Colors of #B1246D
Black with #B1246D
Text Example
Text Example
White with #B1246D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1246D; }
p { color: rgb(177,36,109); }
H1.HeaderClassName
{
color: #B1246D;
}
.AnyTagClassName
{
color: #B1246D;
}
</style>
background-color css
<style>
a { background-color: #B1246D; }
a { background-color: rgb(177,36,109); }
div.DivClassName
{
background-color: #B1246D;
}
.BgClassName
{
background-color: #B1246D;
}
</style>
border-color css
<style>
span { border-color: #B1246D; }
span { border-color: rgb(177,36,109); }
td.TdClassName
{
border-color: #B1246D;
}
.TagClassName
{
border-color: #B1246D;
}
</style>