Shades of Medium Red Violet #B12EA5
Tints of Medium Red Violet #B12EA5
RGB
CMYK
RGB Variations
Color information
#B12EA5 (or 0xB12EA5) is known color: Medium Red Violet. HEX triplet: B1, 2E and A5. RGB value is (177,46,165). Sum of RGB (Red+Green+Blue) = 177+46+165=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 46 (18.36% from 255 or 11.86% from 388); Blue value is 165 (64.84% from 255 or 42.53% from 388); Max value from RGB is 177 - color contains mainly: red. Hex color #B12EA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12EA5 is #4ED15A. Grayscale: #626262. Windows color (decimal): -5165403 or 10825393. OLE color: 10825393.
HSL color Cylindrical-coordinate representation of color #B12EA5: hue angle of 305.5º 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 #B12EA5 is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 46 | 165 | - |
| CMYK | 0 | 0.74 | 0.07 | 0.31 |
| HSL | 305.5º | 0.59% | 0.44% | - |
| HSV(B) | 305.5º | 0.74% | 0.69% | - |
| XYZ | 25.9 | 14.02 | 36.94 | - |
| YUV | 98.74 | 165.4 | 183.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 46 | 165 | 0 | 0.74 | 0.07 | 0.31 | 305.5 | 0.59 | 0.44 |
| Hex | B1 | 2E | A5 | 0 | 4A | 7 | 1F | 131 | 3B | 2C |
| Octal | 261 | 56 | 245 | 0 | 112 | 7 | 37 | 461 | 73 | 54 |
| Binary | 10110001 | 101110 | 10100101 | 0 | 1001010 | 111 | 11111 | 100110001 | 111011 | 101100 |
Color Harmonies of #B12EA5
Complementary color
Monochromatic Colors of #B12EA5
Black with #B12EA5
Text Example
Text Example
White with #B12EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12EA5; }
p { color: rgb(177,46,165); }
H1.HeaderClassName
{
color: #B12EA5;
}
.AnyTagClassName
{
color: #B12EA5;
}
</style>
background-color css
<style>
a { background-color: #B12EA5; }
a { background-color: rgb(177,46,165); }
div.DivClassName
{
background-color: #B12EA5;
}
.BgClassName
{
background-color: #B12EA5;
}
</style>
border-color css
<style>
span { border-color: #B12EA5; }
span { border-color: rgb(177,46,165); }
td.TdClassName
{
border-color: #B12EA5;
}
.TagClassName
{
border-color: #B12EA5;
}
</style>