Shades of Medium Violet Red #BD1781
Tints of Medium Violet Red #BD1781
RGB
CMYK
RGB Variations
Color information
#BD1781 (or 0xBD1781) is known color: Medium Violet Red. HEX triplet: BD, 17 and 81. RGB value is (189,23,129). Sum of RGB (Red+Green+Blue) = 189+23+129=341 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.43% from 341); Green value is 23 (9.38% from 255 or 6.74% from 341); Blue value is 129 (50.78% from 255 or 37.83% from 341); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1781 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD1781 is #42E87E. Grayscale: #545454. Windows color (decimal): -4384895 or 8460221. OLE color: 8460221.
HSL color Cylindrical-coordinate representation of color #BD1781: hue angle of 321.69º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD1781 is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 23 | 129 | - |
| CMYK | 0 | 0.88 | 0.32 | 0.26 |
| HSL | 321.69º | 0.78% | 0.42% | - |
| HSV(B) | 321.69º | 0.88% | 0.74% | - |
| XYZ | 25.26 | 13.02 | 21.95 | - |
| YUV | 84.72 | 153 | 202.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 23 | 129 | 0 | 0.88 | 0.32 | 0.26 | 321.69 | 0.78 | 0.42 |
| Hex | BD | 17 | 81 | 0 | 58 | 20 | 1A | 142 | 4E | 2A |
| Octal | 275 | 27 | 201 | 0 | 130 | 40 | 32 | 502 | 116 | 52 |
| Binary | 10111101 | 10111 | 10000001 | 0 | 1011000 | 100000 | 11010 | 101000010 | 1001110 | 101010 |
Color Harmonies of #BD1781
Complementary color
Monochromatic Colors of #BD1781
Black with #BD1781
Text Example
Text Example
White with #BD1781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1781; }
p { color: rgb(189,23,129); }
H1.HeaderClassName
{
color: #BD1781;
}
.AnyTagClassName
{
color: #BD1781;
}
</style>
background-color css
<style>
a { background-color: #BD1781; }
a { background-color: rgb(189,23,129); }
div.DivClassName
{
background-color: #BD1781;
}
.BgClassName
{
background-color: #BD1781;
}
</style>
border-color css
<style>
span { border-color: #BD1781; }
span { border-color: rgb(189,23,129); }
td.TdClassName
{
border-color: #BD1781;
}
.TagClassName
{
border-color: #BD1781;
}
</style>