Shades of Medium Violet Red #BD1A8D
Tints of Medium Violet Red #BD1A8D
RGB
CMYK
RGB Variations
Color information
#BD1A8D (or 0xBD1A8D) is known color: Medium Violet Red. HEX triplet: BD, 1A and 8D. RGB value is (189,26,141). Sum of RGB (Red+Green+Blue) = 189+26+141=356 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.09% from 356); Green value is 26 (10.55% from 255 or 7.30% from 356); Blue value is 141 (55.47% from 255 or 39.61% from 356); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1A8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD1A8D is #42E572. Grayscale: #575757. Windows color (decimal): -4384115 or 9247421. OLE color: 9247421.
HSL color Cylindrical-coordinate representation of color #BD1A8D: hue angle of 317.67º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD1A8D is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 26 | 141 | - |
| CMYK | 0 | 0.86 | 0.25 | 0.26 |
| HSL | 317.67º | 0.76% | 0.42% | - |
| HSV(B) | 317.67º | 0.86% | 0.74% | - |
| XYZ | 26.16 | 13.48 | 26.42 | - |
| YUV | 87.85 | 158 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 26 | 141 | 0 | 0.86 | 0.25 | 0.26 | 317.67 | 0.76 | 0.42 |
| Hex | BD | 1A | 8D | 0 | 56 | 19 | 1A | 13E | 4C | 2A |
| Octal | 275 | 32 | 215 | 0 | 126 | 31 | 32 | 476 | 114 | 52 |
| Binary | 10111101 | 11010 | 10001101 | 0 | 1010110 | 11001 | 11010 | 100111110 | 1001100 | 101010 |
Color Harmonies of #BD1A8D
Complementary color
Monochromatic Colors of #BD1A8D
Black with #BD1A8D
Text Example
Text Example
White with #BD1A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1A8D; }
p { color: rgb(189,26,141); }
H1.HeaderClassName
{
color: #BD1A8D;
}
.AnyTagClassName
{
color: #BD1A8D;
}
</style>
background-color css
<style>
a { background-color: #BD1A8D; }
a { background-color: rgb(189,26,141); }
div.DivClassName
{
background-color: #BD1A8D;
}
.BgClassName
{
background-color: #BD1A8D;
}
</style>
border-color css
<style>
span { border-color: #BD1A8D; }
span { border-color: rgb(189,26,141); }
td.TdClassName
{
border-color: #BD1A8D;
}
.TagClassName
{
border-color: #BD1A8D;
}
</style>