Shades of Medium Red Violet #B1219A
Tints of Medium Red Violet #B1219A
RGB
CMYK
RGB Variations
Color information
#B1219A (or 0xB1219A) is known color: Medium Red Violet. HEX triplet: B1, 21 and 9A. RGB value is (177,33,154). Sum of RGB (Red+Green+Blue) = 177+33+154=364 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.63% from 364); Green value is 33 (13.28% from 255 or 9.07% from 364); Blue value is 154 (60.55% from 255 or 42.31% from 364); Max value from RGB is 177 - color contains mainly: red. Hex color #B1219A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1219A is #4EDE65. Grayscale: #595959. Windows color (decimal): -5168742 or 10101169. OLE color: 10101169.
HSL color Cylindrical-coordinate representation of color #B1219A: hue angle of 309.58º 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 #B1219A is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 33 | 154 | - |
| CMYK | 0 | 0.81 | 0.13 | 0.31 |
| HSL | 309.58º | 0.69% | 0.41% | - |
| HSV(B) | 309.58º | 0.81% | 0.69% | - |
| XYZ | 24.51 | 12.77 | 31.74 | - |
| YUV | 89.85 | 164.21 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 33 | 154 | 0 | 0.81 | 0.13 | 0.31 | 309.58 | 0.69 | 0.41 |
| Hex | B1 | 21 | 9A | 0 | 51 | D | 1F | 136 | 45 | 29 |
| Octal | 261 | 41 | 232 | 0 | 121 | 15 | 37 | 466 | 105 | 51 |
| Binary | 10110001 | 100001 | 10011010 | 0 | 1010001 | 1101 | 11111 | 100110110 | 1000101 | 101001 |
Color Harmonies of #B1219A
Complementary color
Monochromatic Colors of #B1219A
Black with #B1219A
Text Example
Text Example
White with #B1219A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1219A; }
p { color: rgb(177,33,154); }
H1.HeaderClassName
{
color: #B1219A;
}
.AnyTagClassName
{
color: #B1219A;
}
</style>
background-color css
<style>
a { background-color: #B1219A; }
a { background-color: rgb(177,33,154); }
div.DivClassName
{
background-color: #B1219A;
}
.BgClassName
{
background-color: #B1219A;
}
</style>
border-color css
<style>
span { border-color: #B1219A; }
span { border-color: rgb(177,33,154); }
td.TdClassName
{
border-color: #B1219A;
}
.TagClassName
{
border-color: #B1219A;
}
</style>