Shades of Medium Violet Red #BD0476
Tints of Medium Violet Red #BD0476
RGB
CMYK
RGB Variations
Color information
#BD0476 (or 0xBD0476) is known color: Medium Violet Red. HEX triplet: BD, 04 and 76. RGB value is (189,4,118). Sum of RGB (Red+Green+Blue) = 189+4+118=311 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.77% from 311); Green value is 4 (1.95% from 255 or 1.29% from 311); Blue value is 118 (46.48% from 255 or 37.94% from 311); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0476 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0476 is #42FB89. Grayscale: #484848. Windows color (decimal): -4389770 or 7734461. OLE color: 7734461.
HSL color Cylindrical-coordinate representation of color #BD0476: hue angle of 323.03º 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 #BD0476 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 4 | 118 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.26 |
| HSL | 323.03º | 0.96% | 0.38% | - |
| HSV(B) | 323.03º | 0.98% | 0.74% | - |
| XYZ | 24.3 | 12.21 | 18.22 | - |
| YUV | 72.31 | 153.79 | 211.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 4 | 118 | 0 | 0.98 | 0.38 | 0.26 | 323.03 | 0.96 | 0.38 |
| Hex | BD | 4 | 76 | 0 | 62 | 26 | 1A | 143 | 60 | 26 |
| Octal | 275 | 4 | 166 | 0 | 142 | 46 | 32 | 503 | 140 | 46 |
| Binary | 10111101 | 100 | 1110110 | 0 | 1100010 | 100110 | 11010 | 101000011 | 1100000 | 100110 |
Color Harmonies of #BD0476
Complementary color
Monochromatic Colors of #BD0476
Black with #BD0476
Text Example
Text Example
White with #BD0476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0476; }
p { color: rgb(189,4,118); }
H1.HeaderClassName
{
color: #BD0476;
}
.AnyTagClassName
{
color: #BD0476;
}
</style>
background-color css
<style>
a { background-color: #BD0476; }
a { background-color: rgb(189,4,118); }
div.DivClassName
{
background-color: #BD0476;
}
.BgClassName
{
background-color: #BD0476;
}
</style>
border-color css
<style>
span { border-color: #BD0476; }
span { border-color: rgb(189,4,118); }
td.TdClassName
{
border-color: #BD0476;
}
.TagClassName
{
border-color: #BD0476;
}
</style>