Shades of Medium Red Violet #B1219C
Tints of Medium Red Violet #B1219C
RGB
CMYK
RGB Variations
Color information
#B1219C (or 0xB1219C) is known color: Medium Red Violet. HEX triplet: B1, 21 and 9C. RGB value is (177,33,156). Sum of RGB (Red+Green+Blue) = 177+33+156=366 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.36% from 366); Green value is 33 (13.28% from 255 or 9.02% from 366); Blue value is 156 (61.33% from 255 or 42.62% from 366); Max value from RGB is 177 - color contains mainly: red. Hex color #B1219C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1219C is #4EDE63. Grayscale: #595959. Windows color (decimal): -5168740 or 10232241. OLE color: 10232241.
HSL color Cylindrical-coordinate representation of color #B1219C: hue angle of 308.75º 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 #B1219C is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 33 | 156 | - |
| CMYK | 0 | 0.81 | 0.12 | 0.31 |
| HSL | 308.75º | 0.69% | 0.41% | - |
| HSV(B) | 308.75º | 0.81% | 0.69% | - |
| XYZ | 24.68 | 12.84 | 32.63 | - |
| YUV | 90.08 | 165.21 | 190 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 33 | 156 | 0 | 0.81 | 0.12 | 0.31 | 308.75 | 0.69 | 0.41 |
| Hex | B1 | 21 | 9C | 0 | 51 | C | 1F | 135 | 45 | 29 |
| Octal | 261 | 41 | 234 | 0 | 121 | 14 | 37 | 465 | 105 | 51 |
| Binary | 10110001 | 100001 | 10011100 | 0 | 1010001 | 1100 | 11111 | 100110101 | 1000101 | 101001 |
Color Harmonies of #B1219C
Complementary color
Monochromatic Colors of #B1219C
Black with #B1219C
Text Example
Text Example
White with #B1219C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1219C; }
p { color: rgb(177,33,156); }
H1.HeaderClassName
{
color: #B1219C;
}
.AnyTagClassName
{
color: #B1219C;
}
</style>
background-color css
<style>
a { background-color: #B1219C; }
a { background-color: rgb(177,33,156); }
div.DivClassName
{
background-color: #B1219C;
}
.BgClassName
{
background-color: #B1219C;
}
</style>
border-color css
<style>
span { border-color: #B1219C; }
span { border-color: rgb(177,33,156); }
td.TdClassName
{
border-color: #B1219C;
}
.TagClassName
{
border-color: #B1219C;
}
</style>