Shades of Medium Red Violet #B12889
Tints of Medium Red Violet #B12889
RGB
CMYK
RGB Variations
Color information
#B12889 (or 0xB12889) is known color: Medium Red Violet. HEX triplet: B1, 28 and 89. RGB value is (177,40,137). Sum of RGB (Red+Green+Blue) = 177+40+137=354 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50% from 354); Green value is 40 (16.02% from 255 or 11.30% from 354); Blue value is 137 (53.91% from 255 or 38.70% from 354); Max value from RGB is 177 - color contains mainly: red. Hex color #B12889 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12889 is #4ED776. Grayscale: #5B5B5B. Windows color (decimal): -5166967 or 8988849. OLE color: 8988849.
HSL color Cylindrical-coordinate representation of color #B12889: hue angle of 317.52º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B12889 is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 40 | 137 | - |
| CMYK | 0 | 0.77 | 0.23 | 0.31 |
| HSL | 317.52º | 0.63% | 0.43% | - |
| HSV(B) | 317.52º | 0.77% | 0.69% | - |
| XYZ | 23.41 | 12.67 | 24.88 | - |
| YUV | 92.02 | 153.39 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 40 | 137 | 0 | 0.77 | 0.23 | 0.31 | 317.52 | 0.63 | 0.43 |
| Hex | B1 | 28 | 89 | 0 | 4D | 17 | 1F | 13E | 3F | 2B |
| Octal | 261 | 50 | 211 | 0 | 115 | 27 | 37 | 476 | 77 | 53 |
| Binary | 10110001 | 101000 | 10001001 | 0 | 1001101 | 10111 | 11111 | 100111110 | 111111 | 101011 |
Color Harmonies of #B12889
Complementary color
Monochromatic Colors of #B12889
Black with #B12889
Text Example
Text Example
White with #B12889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12889; }
p { color: rgb(177,40,137); }
H1.HeaderClassName
{
color: #B12889;
}
.AnyTagClassName
{
color: #B12889;
}
</style>
background-color css
<style>
a { background-color: #B12889; }
a { background-color: rgb(177,40,137); }
div.DivClassName
{
background-color: #B12889;
}
.BgClassName
{
background-color: #B12889;
}
</style>
border-color css
<style>
span { border-color: #B12889; }
span { border-color: rgb(177,40,137); }
td.TdClassName
{
border-color: #B12889;
}
.TagClassName
{
border-color: #B12889;
}
</style>