Shades of Medium Red Violet #B12FA1
Tints of Medium Red Violet #B12FA1
RGB
CMYK
RGB Variations
Color information
#B12FA1 (or 0xB12FA1) is known color: Medium Red Violet. HEX triplet: B1, 2F and A1. RGB value is (177,47,161). Sum of RGB (Red+Green+Blue) = 177+47+161=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 47 (18.75% from 255 or 12.21% from 385); Blue value is 161 (63.28% from 255 or 41.82% from 385); Max value from RGB is 177 - color contains mainly: red. Hex color #B12FA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12FA1 is #4ED05E. Grayscale: #626262. Windows color (decimal): -5165151 or 10563505. OLE color: 10563505.
HSL color Cylindrical-coordinate representation of color #B12FA1: hue angle of 307.38º 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 #B12FA1 is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 47 | 161 | - |
| CMYK | 0 | 0.73 | 0.09 | 0.31 |
| HSL | 307.38º | 0.58% | 0.44% | - |
| HSV(B) | 307.38º | 0.73% | 0.69% | - |
| XYZ | 25.58 | 13.95 | 35.06 | - |
| YUV | 98.87 | 163.07 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 47 | 161 | 0 | 0.73 | 0.09 | 0.31 | 307.38 | 0.58 | 0.44 |
| Hex | B1 | 2F | A1 | 0 | 49 | 9 | 1F | 133 | 3A | 2C |
| Octal | 261 | 57 | 241 | 0 | 111 | 11 | 37 | 463 | 72 | 54 |
| Binary | 10110001 | 101111 | 10100001 | 0 | 1001001 | 1001 | 11111 | 100110011 | 111010 | 101100 |
Color Harmonies of #B12FA1
Complementary color
Monochromatic Colors of #B12FA1
Black with #B12FA1
Text Example
Text Example
White with #B12FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12FA1; }
p { color: rgb(177,47,161); }
H1.HeaderClassName
{
color: #B12FA1;
}
.AnyTagClassName
{
color: #B12FA1;
}
</style>
background-color css
<style>
a { background-color: #B12FA1; }
a { background-color: rgb(177,47,161); }
div.DivClassName
{
background-color: #B12FA1;
}
.BgClassName
{
background-color: #B12FA1;
}
</style>
border-color css
<style>
span { border-color: #B12FA1; }
span { border-color: rgb(177,47,161); }
td.TdClassName
{
border-color: #B12FA1;
}
.TagClassName
{
border-color: #B12FA1;
}
</style>