Shades of Medium Violet Red #BD1E81
Tints of Medium Violet Red #BD1E81
RGB
CMYK
RGB Variations
Color information
#BD1E81 (or 0xBD1E81) is known color: Medium Violet Red. HEX triplet: BD, 1E and 81. RGB value is (189,30,129). Sum of RGB (Red+Green+Blue) = 189+30+129=348 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.31% from 348); Green value is 30 (12.11% from 255 or 8.62% from 348); Blue value is 129 (50.78% from 255 or 37.07% from 348); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1E81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD1E81 is #42E17E. Grayscale: #585858. Windows color (decimal): -4383103 or 8462013. OLE color: 8462013.
HSL color Cylindrical-coordinate representation of color #BD1E81: hue angle of 322.64º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD1E81 is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 30 | 129 | - |
| CMYK | 0 | 0.84 | 0.32 | 0.26 |
| HSL | 322.64º | 0.73% | 0.43% | - |
| HSV(B) | 322.64º | 0.84% | 0.74% | - |
| XYZ | 25.41 | 13.33 | 22 | - |
| YUV | 88.83 | 150.68 | 199.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 30 | 129 | 0 | 0.84 | 0.32 | 0.26 | 322.64 | 0.73 | 0.43 |
| Hex | BD | 1E | 81 | 0 | 54 | 20 | 1A | 143 | 49 | 2B |
| Octal | 275 | 36 | 201 | 0 | 124 | 40 | 32 | 503 | 111 | 53 |
| Binary | 10111101 | 11110 | 10000001 | 0 | 1010100 | 100000 | 11010 | 101000011 | 1001001 | 101011 |
Color Harmonies of #BD1E81
Complementary color
Monochromatic Colors of #BD1E81
Black with #BD1E81
Text Example
Text Example
White with #BD1E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1E81; }
p { color: rgb(189,30,129); }
H1.HeaderClassName
{
color: #BD1E81;
}
.AnyTagClassName
{
color: #BD1E81;
}
</style>
background-color css
<style>
a { background-color: #BD1E81; }
a { background-color: rgb(189,30,129); }
div.DivClassName
{
background-color: #BD1E81;
}
.BgClassName
{
background-color: #BD1E81;
}
</style>
border-color css
<style>
span { border-color: #BD1E81; }
span { border-color: rgb(189,30,129); }
td.TdClassName
{
border-color: #BD1E81;
}
.TagClassName
{
border-color: #BD1E81;
}
</style>