Shades of Medium Violet Red #BD11A6
Tints of Medium Violet Red #BD11A6
RGB
CMYK
RGB Variations
Color information
#BD11A6 (or 0xBD11A6) is known color: Medium Violet Red. HEX triplet: BD, 11 and A6. RGB value is (189,17,166). Sum of RGB (Red+Green+Blue) = 189+17+166=372 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.81% from 372); Green value is 17 (7.03% from 255 or 4.57% from 372); Blue value is 166 (65.23% from 255 or 44.62% from 372); Max value from RGB is 189 - color contains mainly: red. Hex color #BD11A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD11A6 is #42EE59. Grayscale: #545454. Windows color (decimal): -4386394 or 10883517. OLE color: 10883517.
HSL color Cylindrical-coordinate representation of color #BD11A6: hue angle of 308.02º 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 #BD11A6 is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 17 | 166 | - |
| CMYK | 0 | 0.91 | 0.12 | 0.26 |
| HSL | 308.02º | 0.83% | 0.4% | - |
| HSV(B) | 308.02º | 0.91% | 0.74% | - |
| XYZ | 28.07 | 13.97 | 37.29 | - |
| YUV | 85.41 | 173.48 | 201.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 17 | 166 | 0 | 0.91 | 0.12 | 0.26 | 308.02 | 0.83 | 0.4 |
| Hex | BD | 11 | A6 | 0 | 5B | C | 1A | 134 | 53 | 28 |
| Octal | 275 | 21 | 246 | 0 | 133 | 14 | 32 | 464 | 123 | 50 |
| Binary | 10111101 | 10001 | 10100110 | 0 | 1011011 | 1100 | 11010 | 100110100 | 1010011 | 101000 |
Color Harmonies of #BD11A6
Complementary color
Monochromatic Colors of #BD11A6
Black with #BD11A6
Text Example
Text Example
White with #BD11A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD11A6; }
p { color: rgb(189,17,166); }
H1.HeaderClassName
{
color: #BD11A6;
}
.AnyTagClassName
{
color: #BD11A6;
}
</style>
background-color css
<style>
a { background-color: #BD11A6; }
a { background-color: rgb(189,17,166); }
div.DivClassName
{
background-color: #BD11A6;
}
.BgClassName
{
background-color: #BD11A6;
}
</style>
border-color css
<style>
span { border-color: #BD11A6; }
span { border-color: rgb(189,17,166); }
td.TdClassName
{
border-color: #BD11A6;
}
.TagClassName
{
border-color: #BD11A6;
}
</style>