Shades of Medium Violet Red #BD057C
Tints of Medium Violet Red #BD057C
RGB
CMYK
RGB Variations
Color information
#BD057C (or 0xBD057C) is known color: Medium Violet Red. HEX triplet: BD, 05 and 7C. RGB value is (189,5,124). Sum of RGB (Red+Green+Blue) = 189+5+124=318 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.43% from 318); Green value is 5 (2.34% from 255 or 1.57% from 318); Blue value is 124 (48.83% from 255 or 38.99% from 318); Max value from RGB is 189 - color contains mainly: red. Hex color #BD057C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD057C is #42FA83. Grayscale: #494949. Windows color (decimal): -4389508 or 8127933. OLE color: 8127933.
HSL color Cylindrical-coordinate representation of color #BD057C: hue angle of 321.2º 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 #BD057C is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 5 | 124 | - |
| CMYK | 0 | 0.97 | 0.34 | 0.26 |
| HSL | 321.2º | 0.95% | 0.38% | - |
| HSV(B) | 321.2º | 0.97% | 0.74% | - |
| XYZ | 24.68 | 12.38 | 20.16 | - |
| YUV | 73.58 | 156.46 | 210.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 5 | 124 | 0 | 0.97 | 0.34 | 0.26 | 321.2 | 0.95 | 0.38 |
| Hex | BD | 5 | 7C | 0 | 61 | 22 | 1A | 141 | 5F | 26 |
| Octal | 275 | 5 | 174 | 0 | 141 | 42 | 32 | 501 | 137 | 46 |
| Binary | 10111101 | 101 | 1111100 | 0 | 1100001 | 100010 | 11010 | 101000001 | 1011111 | 100110 |
Color Harmonies of #BD057C
Complementary color
Monochromatic Colors of #BD057C
Black with #BD057C
Text Example
Text Example
White with #BD057C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD057C; }
p { color: rgb(189,5,124); }
H1.HeaderClassName
{
color: #BD057C;
}
.AnyTagClassName
{
color: #BD057C;
}
</style>
background-color css
<style>
a { background-color: #BD057C; }
a { background-color: rgb(189,5,124); }
div.DivClassName
{
background-color: #BD057C;
}
.BgClassName
{
background-color: #BD057C;
}
</style>
border-color css
<style>
span { border-color: #BD057C; }
span { border-color: rgb(189,5,124); }
td.TdClassName
{
border-color: #BD057C;
}
.TagClassName
{
border-color: #BD057C;
}
</style>