Shades of Medium Red Violet #B1246F
Tints of Medium Red Violet #B1246F
RGB
CMYK
RGB Variations
Color information
#B1246F (or 0xB1246F) is known color: Medium Red Violet. HEX triplet: B1, 24 and 6F. RGB value is (177,36,111). Sum of RGB (Red+Green+Blue) = 177+36+111=324 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.63% from 324); Green value is 36 (14.45% from 255 or 11.11% from 324); Blue value is 111 (43.75% from 255 or 34.26% from 324); Max value from RGB is 177 - color contains mainly: red. Hex color #B1246F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1246F is #4EDB90. Grayscale: #565656. Windows color (decimal): -5168017 or 7283889. OLE color: 7283889.
HSL color Cylindrical-coordinate representation of color #B1246F: hue angle of 328.09º 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 #B1246F is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 36 | 111 | - |
| CMYK | 0 | 0.80 | 0.37 | 0.31 |
| HSL | 328.09º | 0.66% | 0.42% | - |
| HSV(B) | 328.09º | 0.8% | 0.69% | - |
| XYZ | 21.63 | 11.76 | 16.17 | - |
| YUV | 86.71 | 141.71 | 192.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 36 | 111 | 0 | 0.80 | 0.37 | 0.31 | 328.09 | 0.66 | 0.42 |
| Hex | B1 | 24 | 6F | 0 | 50 | 25 | 1F | 148 | 42 | 2A |
| Octal | 261 | 44 | 157 | 0 | 120 | 45 | 37 | 510 | 102 | 52 |
| Binary | 10110001 | 100100 | 1101111 | 0 | 1010000 | 100101 | 11111 | 101001000 | 1000010 | 101010 |
Color Harmonies of #B1246F
Complementary color
Monochromatic Colors of #B1246F
Black with #B1246F
Text Example
Text Example
White with #B1246F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1246F; }
p { color: rgb(177,36,111); }
H1.HeaderClassName
{
color: #B1246F;
}
.AnyTagClassName
{
color: #B1246F;
}
</style>
background-color css
<style>
a { background-color: #B1246F; }
a { background-color: rgb(177,36,111); }
div.DivClassName
{
background-color: #B1246F;
}
.BgClassName
{
background-color: #B1246F;
}
</style>
border-color css
<style>
span { border-color: #B1246F; }
span { border-color: rgb(177,36,111); }
td.TdClassName
{
border-color: #B1246F;
}
.TagClassName
{
border-color: #B1246F;
}
</style>