Shades of Medium Violet Red #BD018E
Tints of Medium Violet Red #BD018E
RGB
CMYK
RGB Variations
Color information
#BD018E (or 0xBD018E) is known color: Medium Violet Red. HEX triplet: BD, 01 and 8E. RGB value is (189,1,142). Sum of RGB (Red+Green+Blue) = 189+1+142=332 (43% of max value = 765). Red value is 189 (74.22% from 255 or 56.93% from 332); Green value is 1 (0.78% from 255 or 0.30% from 332); Blue value is 142 (55.86% from 255 or 42.77% from 332); Max value from RGB is 189 - color contains mainly: red. Hex color #BD018E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD018E is #42FE71. Grayscale: #484848. Windows color (decimal): -4390514 or 9306557. OLE color: 9306557.
HSL color Cylindrical-coordinate representation of color #BD018E: hue angle of 315º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD018E is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 1 | 142 | - |
| CMYK | 0 | 0.99 | 0.25 | 0.26 |
| HSL | 315º | 0.99% | 0.37% | - |
| HSV(B) | 315º | 0.99% | 0.74% | - |
| XYZ | 25.88 | 12.79 | 26.7 | - |
| YUV | 73.29 | 166.78 | 210.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 1 | 142 | 0 | 0.99 | 0.25 | 0.26 | 315 | 0.99 | 0.37 |
| Hex | BD | 1 | 8E | 0 | 63 | 19 | 1A | 13B | 63 | 25 |
| Octal | 275 | 1 | 216 | 0 | 143 | 31 | 32 | 473 | 143 | 45 |
| Binary | 10111101 | 1 | 10001110 | 0 | 1100011 | 11001 | 11010 | 100111011 | 1100011 | 100101 |
Color Harmonies of #BD018E
Complementary color
Monochromatic Colors of #BD018E
Black with #BD018E
Text Example
Text Example
White with #BD018E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD018E; }
p { color: rgb(189,1,142); }
H1.HeaderClassName
{
color: #BD018E;
}
.AnyTagClassName
{
color: #BD018E;
}
</style>
background-color css
<style>
a { background-color: #BD018E; }
a { background-color: rgb(189,1,142); }
div.DivClassName
{
background-color: #BD018E;
}
.BgClassName
{
background-color: #BD018E;
}
</style>
border-color css
<style>
span { border-color: #BD018E; }
span { border-color: rgb(189,1,142); }
td.TdClassName
{
border-color: #BD018E;
}
.TagClassName
{
border-color: #BD018E;
}
</style>