Shades of Medium Violet Red #BD058E
Tints of Medium Violet Red #BD058E
RGB
CMYK
RGB Variations
Color information
#BD058E (or 0xBD058E) is known color: Medium Violet Red. HEX triplet: BD, 05 and 8E. RGB value is (189,5,142). Sum of RGB (Red+Green+Blue) = 189+5+142=336 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.25% from 336); Green value is 5 (2.34% from 255 or 1.49% from 336); Blue value is 142 (55.86% from 255 or 42.26% from 336); Max value from RGB is 189 - color contains mainly: red. Hex color #BD058E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD058E is #42FA71. Grayscale: #4B4B4B. Windows color (decimal): -4389490 or 9307581. OLE color: 9307581.
HSL color Cylindrical-coordinate representation of color #BD058E: hue angle of 315.33º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD058E is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 5 | 142 | - |
| CMYK | 0 | 0.97 | 0.25 | 0.26 |
| HSL | 315.33º | 0.95% | 0.38% | - |
| HSV(B) | 315.33º | 0.97% | 0.74% | - |
| XYZ | 25.92 | 12.88 | 26.71 | - |
| YUV | 75.63 | 165.46 | 208.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 5 | 142 | 0 | 0.97 | 0.25 | 0.26 | 315.33 | 0.95 | 0.38 |
| Hex | BD | 5 | 8E | 0 | 61 | 19 | 1A | 13B | 5F | 26 |
| Octal | 275 | 5 | 216 | 0 | 141 | 31 | 32 | 473 | 137 | 46 |
| Binary | 10111101 | 101 | 10001110 | 0 | 1100001 | 11001 | 11010 | 100111011 | 1011111 | 100110 |
Color Harmonies of #BD058E
Complementary color
Monochromatic Colors of #BD058E
Black with #BD058E
Text Example
Text Example
White with #BD058E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD058E; }
p { color: rgb(189,5,142); }
H1.HeaderClassName
{
color: #BD058E;
}
.AnyTagClassName
{
color: #BD058E;
}
</style>
background-color css
<style>
a { background-color: #BD058E; }
a { background-color: rgb(189,5,142); }
div.DivClassName
{
background-color: #BD058E;
}
.BgClassName
{
background-color: #BD058E;
}
</style>
border-color css
<style>
span { border-color: #BD058E; }
span { border-color: rgb(189,5,142); }
td.TdClassName
{
border-color: #BD058E;
}
.TagClassName
{
border-color: #BD058E;
}
</style>