Shades of Medium Red Violet #B12EA4
Tints of Medium Red Violet #B12EA4
RGB
CMYK
RGB Variations
Color information
#B12EA4 (or 0xB12EA4) is known color: Medium Red Violet. HEX triplet: B1, 2E and A4. RGB value is (177,46,164). Sum of RGB (Red+Green+Blue) = 177+46+164=387 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.74% from 387); Green value is 46 (18.36% from 255 or 11.89% from 387); Blue value is 164 (64.45% from 255 or 42.38% from 387); Max value from RGB is 177 - color contains mainly: red. Hex color #B12EA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12EA4 is #4ED15B. Grayscale: #626262. Windows color (decimal): -5165404 or 10759857. OLE color: 10759857.
HSL color Cylindrical-coordinate representation of color #B12EA4: hue angle of 305.95º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B12EA4 is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 46 | 164 | - |
| CMYK | 0 | 0.74 | 0.07 | 0.31 |
| HSL | 305.95º | 0.59% | 0.44% | - |
| HSV(B) | 305.95º | 0.74% | 0.69% | - |
| XYZ | 25.81 | 13.98 | 36.46 | - |
| YUV | 98.62 | 164.9 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 46 | 164 | 0 | 0.74 | 0.07 | 0.31 | 305.95 | 0.59 | 0.44 |
| Hex | B1 | 2E | A4 | 0 | 4A | 7 | 1F | 132 | 3B | 2C |
| Octal | 261 | 56 | 244 | 0 | 112 | 7 | 37 | 462 | 73 | 54 |
| Binary | 10110001 | 101110 | 10100100 | 0 | 1001010 | 111 | 11111 | 100110010 | 111011 | 101100 |
Color Harmonies of #B12EA4
Complementary color
Monochromatic Colors of #B12EA4
Black with #B12EA4
Text Example
Text Example
White with #B12EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12EA4; }
p { color: rgb(177,46,164); }
H1.HeaderClassName
{
color: #B12EA4;
}
.AnyTagClassName
{
color: #B12EA4;
}
</style>
background-color css
<style>
a { background-color: #B12EA4; }
a { background-color: rgb(177,46,164); }
div.DivClassName
{
background-color: #B12EA4;
}
.BgClassName
{
background-color: #B12EA4;
}
</style>
border-color css
<style>
span { border-color: #B12EA4; }
span { border-color: rgb(177,46,164); }
td.TdClassName
{
border-color: #B12EA4;
}
.TagClassName
{
border-color: #B12EA4;
}
</style>