Shades of Medium Violet Red #BD058D
Tints of Medium Violet Red #BD058D
RGB
CMYK
RGB Variations
Color information
#BD058D (or 0xBD058D) is known color: Medium Violet Red. HEX triplet: BD, 05 and 8D. RGB value is (189,5,141). Sum of RGB (Red+Green+Blue) = 189+5+141=335 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.42% from 335); Green value is 5 (2.34% from 255 or 1.49% from 335); Blue value is 141 (55.47% from 255 or 42.09% from 335); Max value from RGB is 189 - color contains mainly: red. Hex color #BD058D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD058D is #42FA72. Grayscale: #4B4B4B. Windows color (decimal): -4389491 or 9242045. OLE color: 9242045.
HSL color Cylindrical-coordinate representation of color #BD058D: hue angle of 315.65º 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 #BD058D is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 5 | 141 | - |
| CMYK | 0 | 0.97 | 0.25 | 0.26 |
| HSL | 315.65º | 0.95% | 0.38% | - |
| HSV(B) | 315.65º | 0.97% | 0.74% | - |
| XYZ | 25.85 | 12.85 | 26.32 | - |
| YUV | 75.52 | 164.96 | 208.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 5 | 141 | 0 | 0.97 | 0.25 | 0.26 | 315.65 | 0.95 | 0.38 |
| Hex | BD | 5 | 8D | 0 | 61 | 19 | 1A | 13C | 5F | 26 |
| Octal | 275 | 5 | 215 | 0 | 141 | 31 | 32 | 474 | 137 | 46 |
| Binary | 10111101 | 101 | 10001101 | 0 | 1100001 | 11001 | 11010 | 100111100 | 1011111 | 100110 |
Color Harmonies of #BD058D
Complementary color
Monochromatic Colors of #BD058D
Black with #BD058D
Text Example
Text Example
White with #BD058D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD058D; }
p { color: rgb(189,5,141); }
H1.HeaderClassName
{
color: #BD058D;
}
.AnyTagClassName
{
color: #BD058D;
}
</style>
background-color css
<style>
a { background-color: #BD058D; }
a { background-color: rgb(189,5,141); }
div.DivClassName
{
background-color: #BD058D;
}
.BgClassName
{
background-color: #BD058D;
}
</style>
border-color css
<style>
span { border-color: #BD058D; }
span { border-color: rgb(189,5,141); }
td.TdClassName
{
border-color: #BD058D;
}
.TagClassName
{
border-color: #BD058D;
}
</style>