Shades of Medium Red Violet #B1218C
Tints of Medium Red Violet #B1218C
RGB
CMYK
RGB Variations
Color information
#B1218C (or 0xB1218C) is known color: Medium Red Violet. HEX triplet: B1, 21 and 8C. RGB value is (177,33,140). Sum of RGB (Red+Green+Blue) = 177+33+140=350 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.57% from 350); Green value is 33 (13.28% from 255 or 9.43% from 350); Blue value is 140 (55.08% from 255 or 40% from 350); Max value from RGB is 177 - color contains mainly: red. Hex color #B1218C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1218C is #4EDE73. Grayscale: #575757. Windows color (decimal): -5168756 or 9183665. OLE color: 9183665.
HSL color Cylindrical-coordinate representation of color #B1218C: hue angle of 315.42º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B1218C is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 33 | 140 | - |
| CMYK | 0 | 0.81 | 0.21 | 0.31 |
| HSL | 315.42º | 0.69% | 0.41% | - |
| HSV(B) | 315.42º | 0.81% | 0.69% | - |
| XYZ | 23.41 | 12.33 | 25.96 | - |
| YUV | 88.25 | 157.21 | 191.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 33 | 140 | 0 | 0.81 | 0.21 | 0.31 | 315.42 | 0.69 | 0.41 |
| Hex | B1 | 21 | 8C | 0 | 51 | 15 | 1F | 13B | 45 | 29 |
| Octal | 261 | 41 | 214 | 0 | 121 | 25 | 37 | 473 | 105 | 51 |
| Binary | 10110001 | 100001 | 10001100 | 0 | 1010001 | 10101 | 11111 | 100111011 | 1000101 | 101001 |
Color Harmonies of #B1218C
Complementary color
Monochromatic Colors of #B1218C
Black with #B1218C
Text Example
Text Example
White with #B1218C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1218C; }
p { color: rgb(177,33,140); }
H1.HeaderClassName
{
color: #B1218C;
}
.AnyTagClassName
{
color: #B1218C;
}
</style>
background-color css
<style>
a { background-color: #B1218C; }
a { background-color: rgb(177,33,140); }
div.DivClassName
{
background-color: #B1218C;
}
.BgClassName
{
background-color: #B1218C;
}
</style>
border-color css
<style>
span { border-color: #B1218C; }
span { border-color: rgb(177,33,140); }
td.TdClassName
{
border-color: #B1218C;
}
.TagClassName
{
border-color: #B1218C;
}
</style>