Shades of Medium Violet Red #BD0499
Tints of Medium Violet Red #BD0499
RGB
CMYK
RGB Variations
Color information
#BD0499 (or 0xBD0499) is known color: Medium Violet Red. HEX triplet: BD, 04 and 99. RGB value is (189,4,153). Sum of RGB (Red+Green+Blue) = 189+4+153=346 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.62% from 346); Green value is 4 (1.95% from 255 or 1.16% from 346); Blue value is 153 (60.16% from 255 or 44.22% from 346); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0499 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0499 is #42FB66. Grayscale: #4B4B4B. Windows color (decimal): -4389735 or 10028221. OLE color: 10028221.
HSL color Cylindrical-coordinate representation of color #BD0499: hue angle of 311.68º 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 #BD0499 is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 4 | 153 | - |
| CMYK | 0 | 0.98 | 0.19 | 0.26 |
| HSL | 311.68º | 0.96% | 0.38% | - |
| HSV(B) | 311.68º | 0.98% | 0.74% | - |
| XYZ | 26.78 | 13.21 | 31.27 | - |
| YUV | 76.3 | 171.29 | 208.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 4 | 153 | 0 | 0.98 | 0.19 | 0.26 | 311.68 | 0.96 | 0.38 |
| Hex | BD | 4 | 99 | 0 | 62 | 13 | 1A | 138 | 60 | 26 |
| Octal | 275 | 4 | 231 | 0 | 142 | 23 | 32 | 470 | 140 | 46 |
| Binary | 10111101 | 100 | 10011001 | 0 | 1100010 | 10011 | 11010 | 100111000 | 1100000 | 100110 |
Color Harmonies of #BD0499
Complementary color
Monochromatic Colors of #BD0499
Black with #BD0499
Text Example
Text Example
White with #BD0499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0499; }
p { color: rgb(189,4,153); }
H1.HeaderClassName
{
color: #BD0499;
}
.AnyTagClassName
{
color: #BD0499;
}
</style>
background-color css
<style>
a { background-color: #BD0499; }
a { background-color: rgb(189,4,153); }
div.DivClassName
{
background-color: #BD0499;
}
.BgClassName
{
background-color: #BD0499;
}
</style>
border-color css
<style>
span { border-color: #BD0499; }
span { border-color: rgb(189,4,153); }
td.TdClassName
{
border-color: #BD0499;
}
.TagClassName
{
border-color: #BD0499;
}
</style>