Shades of Medium Violet Red #BD12A2
Tints of Medium Violet Red #BD12A2
RGB
CMYK
RGB Variations
Color information
#BD12A2 (or 0xBD12A2) is known color: Medium Violet Red. HEX triplet: BD, 12 and A2. RGB value is (189,18,162). Sum of RGB (Red+Green+Blue) = 189+18+162=369 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.22% from 369); Green value is 18 (7.42% from 255 or 4.88% from 369); Blue value is 162 (63.67% from 255 or 43.90% from 369); Max value from RGB is 189 - color contains mainly: red. Hex color #BD12A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD12A2 is #42ED5D. Grayscale: #555555. Windows color (decimal): -4386142 or 10621629. OLE color: 10621629.
HSL color Cylindrical-coordinate representation of color #BD12A2: hue angle of 309.47º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD12A2 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 18 | 162 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.26 |
| HSL | 309.47º | 0.83% | 0.41% | - |
| HSV(B) | 309.47º | 0.9% | 0.74% | - |
| XYZ | 27.72 | 13.86 | 35.4 | - |
| YUV | 85.55 | 171.15 | 201.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 18 | 162 | 0 | 0.90 | 0.14 | 0.26 | 309.47 | 0.83 | 0.41 |
| Hex | BD | 12 | A2 | 0 | 5A | E | 1A | 135 | 53 | 29 |
| Octal | 275 | 22 | 242 | 0 | 132 | 16 | 32 | 465 | 123 | 51 |
| Binary | 10111101 | 10010 | 10100010 | 0 | 1011010 | 1110 | 11010 | 100110101 | 1010011 | 101001 |
Color Harmonies of #BD12A2
Complementary color
Monochromatic Colors of #BD12A2
Black with #BD12A2
Text Example
Text Example
White with #BD12A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD12A2; }
p { color: rgb(189,18,162); }
H1.HeaderClassName
{
color: #BD12A2;
}
.AnyTagClassName
{
color: #BD12A2;
}
</style>
background-color css
<style>
a { background-color: #BD12A2; }
a { background-color: rgb(189,18,162); }
div.DivClassName
{
background-color: #BD12A2;
}
.BgClassName
{
background-color: #BD12A2;
}
</style>
border-color css
<style>
span { border-color: #BD12A2; }
span { border-color: rgb(189,18,162); }
td.TdClassName
{
border-color: #BD12A2;
}
.TagClassName
{
border-color: #BD12A2;
}
</style>