Shades of Medium Red Violet #B1227C
Tints of Medium Red Violet #B1227C
RGB
CMYK
RGB Variations
Color information
#B1227C (or 0xB1227C) is known color: Medium Red Violet. HEX triplet: B1, 22 and 7C. RGB value is (177,34,124). Sum of RGB (Red+Green+Blue) = 177+34+124=335 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.84% from 335); Green value is 34 (13.67% from 255 or 10.15% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 177 - color contains mainly: red. Hex color #B1227C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1227C is #4EDD83. Grayscale: #565656. Windows color (decimal): -5168516 or 8135345. OLE color: 8135345.
HSL color Cylindrical-coordinate representation of color #B1227C: hue angle of 322.24º 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 #B1227C is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 34 | 124 | - |
| CMYK | 0 | 0.81 | 0.30 | 0.31 |
| HSL | 322.24º | 0.68% | 0.41% | - |
| HSV(B) | 322.24º | 0.81% | 0.69% | - |
| XYZ | 22.34 | 11.95 | 20.2 | - |
| YUV | 87.02 | 148.88 | 192.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 34 | 124 | 0 | 0.81 | 0.30 | 0.31 | 322.24 | 0.68 | 0.41 |
| Hex | B1 | 22 | 7C | 0 | 51 | 1E | 1F | 142 | 44 | 29 |
| Octal | 261 | 42 | 174 | 0 | 121 | 36 | 37 | 502 | 104 | 51 |
| Binary | 10110001 | 100010 | 1111100 | 0 | 1010001 | 11110 | 11111 | 101000010 | 1000100 | 101001 |
Color Harmonies of #B1227C
Complementary color
Monochromatic Colors of #B1227C
Black with #B1227C
Text Example
Text Example
White with #B1227C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1227C; }
p { color: rgb(177,34,124); }
H1.HeaderClassName
{
color: #B1227C;
}
.AnyTagClassName
{
color: #B1227C;
}
</style>
background-color css
<style>
a { background-color: #B1227C; }
a { background-color: rgb(177,34,124); }
div.DivClassName
{
background-color: #B1227C;
}
.BgClassName
{
background-color: #B1227C;
}
</style>
border-color css
<style>
span { border-color: #B1227C; }
span { border-color: rgb(177,34,124); }
td.TdClassName
{
border-color: #B1227C;
}
.TagClassName
{
border-color: #B1227C;
}
</style>