Shades of Medium Violet Red #BD058F
Tints of Medium Violet Red #BD058F
RGB
CMYK
RGB Variations
Color information
#BD058F (or 0xBD058F) is known color: Medium Violet Red. HEX triplet: BD, 05 and 8F. RGB value is (189,5,143). Sum of RGB (Red+Green+Blue) = 189+5+143=337 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.08% from 337); Green value is 5 (2.34% from 255 or 1.48% from 337); Blue value is 143 (56.25% from 255 or 42.43% from 337); Max value from RGB is 189 - color contains mainly: red. Hex color #BD058F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD058F is #42FA70. Grayscale: #4B4B4B. Windows color (decimal): -4389489 or 9373117. OLE color: 9373117.
HSL color Cylindrical-coordinate representation of color #BD058F: hue angle of 315º 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 #BD058F is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 5 | 143 | - |
| CMYK | 0 | 0.97 | 0.24 | 0.26 |
| HSL | 315º | 0.95% | 0.38% | - |
| HSV(B) | 315º | 0.97% | 0.74% | - |
| XYZ | 26 | 12.91 | 27.11 | - |
| YUV | 75.75 | 165.96 | 208.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 5 | 143 | 0 | 0.97 | 0.24 | 0.26 | 315 | 0.95 | 0.38 |
| Hex | BD | 5 | 8F | 0 | 61 | 18 | 1A | 13B | 5F | 26 |
| Octal | 275 | 5 | 217 | 0 | 141 | 30 | 32 | 473 | 137 | 46 |
| Binary | 10111101 | 101 | 10001111 | 0 | 1100001 | 11000 | 11010 | 100111011 | 1011111 | 100110 |
Color Harmonies of #BD058F
Complementary color
Monochromatic Colors of #BD058F
Black with #BD058F
Text Example
Text Example
White with #BD058F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD058F; }
p { color: rgb(189,5,143); }
H1.HeaderClassName
{
color: #BD058F;
}
.AnyTagClassName
{
color: #BD058F;
}
</style>
background-color css
<style>
a { background-color: #BD058F; }
a { background-color: rgb(189,5,143); }
div.DivClassName
{
background-color: #BD058F;
}
.BgClassName
{
background-color: #BD058F;
}
</style>
border-color css
<style>
span { border-color: #BD058F; }
span { border-color: rgb(189,5,143); }
td.TdClassName
{
border-color: #BD058F;
}
.TagClassName
{
border-color: #BD058F;
}
</style>