Shades of Medium Violet Red #BD12A4
Tints of Medium Violet Red #BD12A4
RGB
CMYK
RGB Variations
Color information
#BD12A4 (or 0xBD12A4) is known color: Medium Violet Red. HEX triplet: BD, 12 and A4. RGB value is (189,18,164). Sum of RGB (Red+Green+Blue) = 189+18+164=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 18 (7.42% from 255 or 4.85% from 371); Blue value is 164 (64.45% from 255 or 44.20% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BD12A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD12A4 is #42ED5B. Grayscale: #555555. Windows color (decimal): -4386140 or 10752701. OLE color: 10752701.
HSL color Cylindrical-coordinate representation of color #BD12A4: hue angle of 308.77º 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 #BD12A4 is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 18 | 164 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.26 |
| HSL | 308.77º | 0.83% | 0.41% | - |
| HSV(B) | 308.77º | 0.9% | 0.74% | - |
| XYZ | 27.9 | 13.93 | 36.34 | - |
| YUV | 85.77 | 172.15 | 201.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 18 | 164 | 0 | 0.90 | 0.13 | 0.26 | 308.77 | 0.83 | 0.41 |
| Hex | BD | 12 | A4 | 0 | 5A | D | 1A | 135 | 53 | 29 |
| Octal | 275 | 22 | 244 | 0 | 132 | 15 | 32 | 465 | 123 | 51 |
| Binary | 10111101 | 10010 | 10100100 | 0 | 1011010 | 1101 | 11010 | 100110101 | 1010011 | 101001 |
Color Harmonies of #BD12A4
Complementary color
Monochromatic Colors of #BD12A4
Black with #BD12A4
Text Example
Text Example
White with #BD12A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD12A4; }
p { color: rgb(189,18,164); }
H1.HeaderClassName
{
color: #BD12A4;
}
.AnyTagClassName
{
color: #BD12A4;
}
</style>
background-color css
<style>
a { background-color: #BD12A4; }
a { background-color: rgb(189,18,164); }
div.DivClassName
{
background-color: #BD12A4;
}
.BgClassName
{
background-color: #BD12A4;
}
</style>
border-color css
<style>
span { border-color: #BD12A4; }
span { border-color: rgb(189,18,164); }
td.TdClassName
{
border-color: #BD12A4;
}
.TagClassName
{
border-color: #BD12A4;
}
</style>