Shades of Medium Red Violet #B12AA5
Tints of Medium Red Violet #B12AA5
RGB
CMYK
RGB Variations
Color information
#B12AA5 (or 0xB12AA5) is known color: Medium Red Violet. HEX triplet: B1, 2A and A5. RGB value is (177,42,165). Sum of RGB (Red+Green+Blue) = 177+42+165=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 42 (16.80% from 255 or 10.94% from 384); Blue value is 165 (64.84% from 255 or 42.97% from 384); Max value from RGB is 177 - color contains mainly: red. Hex color #B12AA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12AA5 is #4ED55A. Grayscale: #606060. Windows color (decimal): -5166427 or 10824369. OLE color: 10824369.
HSL color Cylindrical-coordinate representation of color #B12AA5: hue angle of 305.33º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B12AA5 is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 42 | 165 | - |
| CMYK | 0 | 0.76 | 0.07 | 0.31 |
| HSL | 305.33º | 0.62% | 0.43% | - |
| HSV(B) | 305.33º | 0.76% | 0.69% | - |
| XYZ | 25.75 | 13.72 | 36.89 | - |
| YUV | 96.39 | 166.73 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 42 | 165 | 0 | 0.76 | 0.07 | 0.31 | 305.33 | 0.62 | 0.43 |
| Hex | B1 | 2A | A5 | 0 | 4C | 7 | 1F | 131 | 3E | 2B |
| Octal | 261 | 52 | 245 | 0 | 114 | 7 | 37 | 461 | 76 | 53 |
| Binary | 10110001 | 101010 | 10100101 | 0 | 1001100 | 111 | 11111 | 100110001 | 111110 | 101011 |
Color Harmonies of #B12AA5
Complementary color
Monochromatic Colors of #B12AA5
Black with #B12AA5
Text Example
Text Example
White with #B12AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12AA5; }
p { color: rgb(177,42,165); }
H1.HeaderClassName
{
color: #B12AA5;
}
.AnyTagClassName
{
color: #B12AA5;
}
</style>
background-color css
<style>
a { background-color: #B12AA5; }
a { background-color: rgb(177,42,165); }
div.DivClassName
{
background-color: #B12AA5;
}
.BgClassName
{
background-color: #B12AA5;
}
</style>
border-color css
<style>
span { border-color: #B12AA5; }
span { border-color: rgb(177,42,165); }
td.TdClassName
{
border-color: #B12AA5;
}
.TagClassName
{
border-color: #B12AA5;
}
</style>