Shades of Medium Violet Red #BD058C
Tints of Medium Violet Red #BD058C
RGB
CMYK
RGB Variations
Color information
#BD058C (or 0xBD058C) is known color: Medium Violet Red. HEX triplet: BD, 05 and 8C. RGB value is (189,5,140). Sum of RGB (Red+Green+Blue) = 189+5+140=334 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.59% from 334); Green value is 5 (2.34% from 255 or 1.50% from 334); Blue value is 140 (55.08% from 255 or 41.92% from 334); Max value from RGB is 189 - color contains mainly: red. Hex color #BD058C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD058C is #42FA73. Grayscale: #4B4B4B. Windows color (decimal): -4389492 or 9176509. OLE color: 9176509.
HSL color Cylindrical-coordinate representation of color #BD058C: hue angle of 315.98º 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 #BD058C is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 5 | 140 | - |
| CMYK | 0 | 0.97 | 0.26 | 0.26 |
| HSL | 315.98º | 0.95% | 0.38% | - |
| HSV(B) | 315.98º | 0.97% | 0.74% | - |
| XYZ | 25.77 | 12.82 | 25.93 | - |
| YUV | 75.41 | 164.46 | 209.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 5 | 140 | 0 | 0.97 | 0.26 | 0.26 | 315.98 | 0.95 | 0.38 |
| Hex | BD | 5 | 8C | 0 | 61 | 1A | 1A | 13C | 5F | 26 |
| Octal | 275 | 5 | 214 | 0 | 141 | 32 | 32 | 474 | 137 | 46 |
| Binary | 10111101 | 101 | 10001100 | 0 | 1100001 | 11010 | 11010 | 100111100 | 1011111 | 100110 |
Color Harmonies of #BD058C
Complementary color
Monochromatic Colors of #BD058C
Black with #BD058C
Text Example
Text Example
White with #BD058C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD058C; }
p { color: rgb(189,5,140); }
H1.HeaderClassName
{
color: #BD058C;
}
.AnyTagClassName
{
color: #BD058C;
}
</style>
background-color css
<style>
a { background-color: #BD058C; }
a { background-color: rgb(189,5,140); }
div.DivClassName
{
background-color: #BD058C;
}
.BgClassName
{
background-color: #BD058C;
}
</style>
border-color css
<style>
span { border-color: #BD058C; }
span { border-color: rgb(189,5,140); }
td.TdClassName
{
border-color: #BD058C;
}
.TagClassName
{
border-color: #BD058C;
}
</style>