Shades of Medium Red Violet #B12F88
Tints of Medium Red Violet #B12F88
RGB
CMYK
RGB Variations
Color information
#B12F88 (or 0xB12F88) is known color: Medium Red Violet. HEX triplet: B1, 2F and 88. RGB value is (177,47,136). Sum of RGB (Red+Green+Blue) = 177+47+136=360 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.17% from 360); Green value is 47 (18.75% from 255 or 13.06% from 360); Blue value is 136 (53.52% from 255 or 37.78% from 360); Max value from RGB is 177 - color contains mainly: red. Hex color #B12F88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12F88 is #4ED077. Grayscale: #5F5F5F. Windows color (decimal): -5165176 or 8925105. OLE color: 8925105.
HSL color Cylindrical-coordinate representation of color #B12F88: hue angle of 318.92º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B12F88 is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 47 | 136 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.31 |
| HSL | 318.92º | 0.58% | 0.44% | - |
| HSV(B) | 318.92º | 0.73% | 0.69% | - |
| XYZ | 23.59 | 13.16 | 24.59 | - |
| YUV | 96.02 | 150.57 | 185.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 47 | 136 | 0 | 0.73 | 0.23 | 0.31 | 318.92 | 0.58 | 0.44 |
| Hex | B1 | 2F | 88 | 0 | 49 | 17 | 1F | 13F | 3A | 2C |
| Octal | 261 | 57 | 210 | 0 | 111 | 27 | 37 | 477 | 72 | 54 |
| Binary | 10110001 | 101111 | 10001000 | 0 | 1001001 | 10111 | 11111 | 100111111 | 111010 | 101100 |
Color Harmonies of #B12F88
Complementary color
Monochromatic Colors of #B12F88
Black with #B12F88
Text Example
Text Example
White with #B12F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12F88; }
p { color: rgb(177,47,136); }
H1.HeaderClassName
{
color: #B12F88;
}
.AnyTagClassName
{
color: #B12F88;
}
</style>
background-color css
<style>
a { background-color: #B12F88; }
a { background-color: rgb(177,47,136); }
div.DivClassName
{
background-color: #B12F88;
}
.BgClassName
{
background-color: #B12F88;
}
</style>
border-color css
<style>
span { border-color: #B12F88; }
span { border-color: rgb(177,47,136); }
td.TdClassName
{
border-color: #B12F88;
}
.TagClassName
{
border-color: #B12F88;
}
</style>