Shades of Medium Red Violet #B1228C
Tints of Medium Red Violet #B1228C
RGB
CMYK
RGB Variations
Color information
#B1228C (or 0xB1228C) is known color: Medium Red Violet. HEX triplet: B1, 22 and 8C. RGB value is (177,34,140). Sum of RGB (Red+Green+Blue) = 177+34+140=351 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.43% from 351); Green value is 34 (13.67% from 255 or 9.69% from 351); Blue value is 140 (55.08% from 255 or 39.89% from 351); Max value from RGB is 177 - color contains mainly: red. Hex color #B1228C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1228C is #4EDD73. Grayscale: #585858. Windows color (decimal): -5168500 or 9183921. OLE color: 9183921.
HSL color Cylindrical-coordinate representation of color #B1228C: hue angle of 315.52º degrees, saturation: 0.68, 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 #B1228C is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 34 | 140 | - |
| CMYK | 0 | 0.81 | 0.21 | 0.31 |
| HSL | 315.52º | 0.68% | 0.41% | - |
| HSV(B) | 315.52º | 0.81% | 0.69% | - |
| XYZ | 23.44 | 12.38 | 25.97 | - |
| YUV | 88.84 | 156.88 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 34 | 140 | 0 | 0.81 | 0.21 | 0.31 | 315.52 | 0.68 | 0.41 |
| Hex | B1 | 22 | 8C | 0 | 51 | 15 | 1F | 13C | 44 | 29 |
| Octal | 261 | 42 | 214 | 0 | 121 | 25 | 37 | 474 | 104 | 51 |
| Binary | 10110001 | 100010 | 10001100 | 0 | 1010001 | 10101 | 11111 | 100111100 | 1000100 | 101001 |
Color Harmonies of #B1228C
Complementary color
Monochromatic Colors of #B1228C
Black with #B1228C
Text Example
Text Example
White with #B1228C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1228C; }
p { color: rgb(177,34,140); }
H1.HeaderClassName
{
color: #B1228C;
}
.AnyTagClassName
{
color: #B1228C;
}
</style>
background-color css
<style>
a { background-color: #B1228C; }
a { background-color: rgb(177,34,140); }
div.DivClassName
{
background-color: #B1228C;
}
.BgClassName
{
background-color: #B1228C;
}
</style>
border-color css
<style>
span { border-color: #B1228C; }
span { border-color: rgb(177,34,140); }
td.TdClassName
{
border-color: #B1228C;
}
.TagClassName
{
border-color: #B1228C;
}
</style>