Shades of Medium Red Violet #B12099
Tints of Medium Red Violet #B12099
RGB
CMYK
RGB Variations
Color information
#B12099 (or 0xB12099) is known color: Medium Red Violet. HEX triplet: B1, 20 and 99. RGB value is (177,32,153). Sum of RGB (Red+Green+Blue) = 177+32+153=362 (47% of max value = 765). Red value is 177 (69.53% from 255 or 48.90% from 362); Green value is 32 (12.89% from 255 or 8.84% from 362); Blue value is 153 (60.16% from 255 or 42.27% from 362); Max value from RGB is 177 - color contains mainly: red. Hex color #B12099 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12099 is #4EDF66. Grayscale: #585858. Windows color (decimal): -5168999 or 10035377. OLE color: 10035377.
HSL color Cylindrical-coordinate representation of color #B12099: hue angle of 309.93º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B12099 is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 32 | 153 | - |
| CMYK | 0 | 0.82 | 0.14 | 0.31 |
| HSL | 309.93º | 0.69% | 0.41% | - |
| HSV(B) | 309.93º | 0.82% | 0.69% | - |
| XYZ | 24.4 | 12.68 | 31.3 | - |
| YUV | 89.15 | 164.04 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 32 | 153 | 0 | 0.82 | 0.14 | 0.31 | 309.93 | 0.69 | 0.41 |
| Hex | B1 | 20 | 99 | 0 | 52 | E | 1F | 136 | 45 | 29 |
| Octal | 261 | 40 | 231 | 0 | 122 | 16 | 37 | 466 | 105 | 51 |
| Binary | 10110001 | 100000 | 10011001 | 0 | 1010010 | 1110 | 11111 | 100110110 | 1000101 | 101001 |
Color Harmonies of #B12099
Complementary color
Monochromatic Colors of #B12099
Black with #B12099
Text Example
Text Example
White with #B12099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12099; }
p { color: rgb(177,32,153); }
H1.HeaderClassName
{
color: #B12099;
}
.AnyTagClassName
{
color: #B12099;
}
</style>
background-color css
<style>
a { background-color: #B12099; }
a { background-color: rgb(177,32,153); }
div.DivClassName
{
background-color: #B12099;
}
.BgClassName
{
background-color: #B12099;
}
</style>
border-color css
<style>
span { border-color: #B12099; }
span { border-color: rgb(177,32,153); }
td.TdClassName
{
border-color: #B12099;
}
.TagClassName
{
border-color: #B12099;
}
</style>