Shades of Medium Violet Red #BD0488
Tints of Medium Violet Red #BD0488
RGB
CMYK
RGB Variations
Color information
#BD0488 (or 0xBD0488) is known color: Medium Violet Red. HEX triplet: BD, 04 and 88. RGB value is (189,4,136). Sum of RGB (Red+Green+Blue) = 189+4+136=329 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.45% from 329); Green value is 4 (1.95% from 255 or 1.22% from 329); Blue value is 136 (53.52% from 255 or 41.34% from 329); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0488 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0488 is #42FB77. Grayscale: #4A4A4A. Windows color (decimal): -4389752 or 8914109. OLE color: 8914109.
HSL color Cylindrical-coordinate representation of color #BD0488: hue angle of 317.19º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD0488 is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 4 | 136 | - |
| CMYK | 0 | 0.98 | 0.28 | 0.26 |
| HSL | 317.19º | 0.96% | 0.38% | - |
| HSV(B) | 317.19º | 0.98% | 0.74% | - |
| XYZ | 25.47 | 12.68 | 24.4 | - |
| YUV | 74.36 | 162.79 | 209.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 4 | 136 | 0 | 0.98 | 0.28 | 0.26 | 317.19 | 0.96 | 0.38 |
| Hex | BD | 4 | 88 | 0 | 62 | 1C | 1A | 13D | 60 | 26 |
| Octal | 275 | 4 | 210 | 0 | 142 | 34 | 32 | 475 | 140 | 46 |
| Binary | 10111101 | 100 | 10001000 | 0 | 1100010 | 11100 | 11010 | 100111101 | 1100000 | 100110 |
Color Harmonies of #BD0488
Complementary color
Monochromatic Colors of #BD0488
Black with #BD0488
Text Example
Text Example
White with #BD0488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0488; }
p { color: rgb(189,4,136); }
H1.HeaderClassName
{
color: #BD0488;
}
.AnyTagClassName
{
color: #BD0488;
}
</style>
background-color css
<style>
a { background-color: #BD0488; }
a { background-color: rgb(189,4,136); }
div.DivClassName
{
background-color: #BD0488;
}
.BgClassName
{
background-color: #BD0488;
}
</style>
border-color css
<style>
span { border-color: #BD0488; }
span { border-color: rgb(189,4,136); }
td.TdClassName
{
border-color: #BD0488;
}
.TagClassName
{
border-color: #BD0488;
}
</style>