Shades of Medium Violet Red #BD058B
Tints of Medium Violet Red #BD058B
RGB
CMYK
RGB Variations
Color information
#BD058B (or 0xBD058B) is known color: Medium Violet Red. HEX triplet: BD, 05 and 8B. RGB value is (189,5,139). Sum of RGB (Red+Green+Blue) = 189+5+139=333 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.76% from 333); Green value is 5 (2.34% from 255 or 1.50% from 333); Blue value is 139 (54.69% from 255 or 41.74% from 333); Max value from RGB is 189 - color contains mainly: red. Hex color #BD058B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD058B is #42FA74. Grayscale: #4A4A4A. Windows color (decimal): -4389493 or 9110973. OLE color: 9110973.
HSL color Cylindrical-coordinate representation of color #BD058B: hue angle of 316.3º 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 #BD058B is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 5 | 139 | - |
| CMYK | 0 | 0.97 | 0.26 | 0.26 |
| HSL | 316.3º | 0.95% | 0.38% | - |
| HSV(B) | 316.3º | 0.97% | 0.74% | - |
| XYZ | 25.7 | 12.79 | 25.54 | - |
| YUV | 75.29 | 163.96 | 209.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 5 | 139 | 0 | 0.97 | 0.26 | 0.26 | 316.3 | 0.95 | 0.38 |
| Hex | BD | 5 | 8B | 0 | 61 | 1A | 1A | 13C | 5F | 26 |
| Octal | 275 | 5 | 213 | 0 | 141 | 32 | 32 | 474 | 137 | 46 |
| Binary | 10111101 | 101 | 10001011 | 0 | 1100001 | 11010 | 11010 | 100111100 | 1011111 | 100110 |
Color Harmonies of #BD058B
Complementary color
Monochromatic Colors of #BD058B
Black with #BD058B
Text Example
Text Example
White with #BD058B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD058B; }
p { color: rgb(189,5,139); }
H1.HeaderClassName
{
color: #BD058B;
}
.AnyTagClassName
{
color: #BD058B;
}
</style>
background-color css
<style>
a { background-color: #BD058B; }
a { background-color: rgb(189,5,139); }
div.DivClassName
{
background-color: #BD058B;
}
.BgClassName
{
background-color: #BD058B;
}
</style>
border-color css
<style>
span { border-color: #BD058B; }
span { border-color: rgb(189,5,139); }
td.TdClassName
{
border-color: #BD058B;
}
.TagClassName
{
border-color: #BD058B;
}
</style>