Shades of Medium Red Violet #B1218A
Tints of Medium Red Violet #B1218A
RGB
CMYK
RGB Variations
Color information
#B1218A (or 0xB1218A) is known color: Medium Red Violet. HEX triplet: B1, 21 and 8A. RGB value is (177,33,138). Sum of RGB (Red+Green+Blue) = 177+33+138=348 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.86% from 348); Green value is 33 (13.28% from 255 or 9.48% from 348); Blue value is 138 (54.30% from 255 or 39.66% from 348); Max value from RGB is 177 - color contains mainly: red. Hex color #B1218A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1218A is #4EDE75. Grayscale: #575757. Windows color (decimal): -5168758 or 9052593. OLE color: 9052593.
HSL color Cylindrical-coordinate representation of color #B1218A: hue angle of 316.25º 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 #B1218A is Cyan = 0, Magento = 0.81, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 33 | 138 | - |
| CMYK | 0 | 0.81 | 0.22 | 0.31 |
| HSL | 316.25º | 0.69% | 0.41% | - |
| HSV(B) | 316.25º | 0.81% | 0.69% | - |
| XYZ | 23.26 | 12.27 | 25.19 | - |
| YUV | 88.03 | 156.21 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 33 | 138 | 0 | 0.81 | 0.22 | 0.31 | 316.25 | 0.69 | 0.41 |
| Hex | B1 | 21 | 8A | 0 | 51 | 16 | 1F | 13C | 45 | 29 |
| Octal | 261 | 41 | 212 | 0 | 121 | 26 | 37 | 474 | 105 | 51 |
| Binary | 10110001 | 100001 | 10001010 | 0 | 1010001 | 10110 | 11111 | 100111100 | 1000101 | 101001 |
Color Harmonies of #B1218A
Complementary color
Monochromatic Colors of #B1218A
Black with #B1218A
Text Example
Text Example
White with #B1218A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1218A; }
p { color: rgb(177,33,138); }
H1.HeaderClassName
{
color: #B1218A;
}
.AnyTagClassName
{
color: #B1218A;
}
</style>
background-color css
<style>
a { background-color: #B1218A; }
a { background-color: rgb(177,33,138); }
div.DivClassName
{
background-color: #B1218A;
}
.BgClassName
{
background-color: #B1218A;
}
</style>
border-color css
<style>
span { border-color: #B1218A; }
span { border-color: rgb(177,33,138); }
td.TdClassName
{
border-color: #B1218A;
}
.TagClassName
{
border-color: #B1218A;
}
</style>