Shades of Medium Violet Red #BD11A2
Tints of Medium Violet Red #BD11A2
RGB
CMYK
RGB Variations
Color information
#BD11A2 (or 0xBD11A2) is known color: Medium Violet Red. HEX triplet: BD, 11 and A2. RGB value is (189,17,162). Sum of RGB (Red+Green+Blue) = 189+17+162=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 17 (7.03% from 255 or 4.62% from 368); Blue value is 162 (63.67% from 255 or 44.02% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BD11A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD11A2 is #42EE5D. Grayscale: #545454. Windows color (decimal): -4386398 or 10621373. OLE color: 10621373.
HSL color Cylindrical-coordinate representation of color #BD11A2: hue angle of 309.42º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BD11A2 is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 17 | 162 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.26 |
| HSL | 309.42º | 0.83% | 0.4% | - |
| HSV(B) | 309.42º | 0.91% | 0.74% | - |
| XYZ | 27.71 | 13.83 | 35.39 | - |
| YUV | 84.96 | 171.48 | 202.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 17 | 162 | 0 | 0.91 | 0.14 | 0.26 | 309.42 | 0.83 | 0.4 |
| Hex | BD | 11 | A2 | 0 | 5B | E | 1A | 135 | 53 | 28 |
| Octal | 275 | 21 | 242 | 0 | 133 | 16 | 32 | 465 | 123 | 50 |
| Binary | 10111101 | 10001 | 10100010 | 0 | 1011011 | 1110 | 11010 | 100110101 | 1010011 | 101000 |
Color Harmonies of #BD11A2
Complementary color
Monochromatic Colors of #BD11A2
Black with #BD11A2
Text Example
Text Example
White with #BD11A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD11A2; }
p { color: rgb(189,17,162); }
H1.HeaderClassName
{
color: #BD11A2;
}
.AnyTagClassName
{
color: #BD11A2;
}
</style>
background-color css
<style>
a { background-color: #BD11A2; }
a { background-color: rgb(189,17,162); }
div.DivClassName
{
background-color: #BD11A2;
}
.BgClassName
{
background-color: #BD11A2;
}
</style>
border-color css
<style>
span { border-color: #BD11A2; }
span { border-color: rgb(189,17,162); }
td.TdClassName
{
border-color: #BD11A2;
}
.TagClassName
{
border-color: #BD11A2;
}
</style>