Shades of Medium Violet Red #BD0474
Tints of Medium Violet Red #BD0474
RGB
CMYK
RGB Variations
Color information
#BD0474 (or 0xBD0474) is known color: Medium Violet Red. HEX triplet: BD, 04 and 74. RGB value is (189,4,116). Sum of RGB (Red+Green+Blue) = 189+4+116=309 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.17% from 309); Green value is 4 (1.95% from 255 or 1.29% from 309); Blue value is 116 (45.70% from 255 or 37.54% from 309); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0474 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0474 is #42FB8B. Grayscale: #474747. Windows color (decimal): -4389772 or 7603389. OLE color: 7603389.
HSL color Cylindrical-coordinate representation of color #BD0474: hue angle of 323.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 #BD0474 is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 4 | 116 | - |
| CMYK | 0 | 0.98 | 0.39 | 0.26 |
| HSL | 323.68º | 0.96% | 0.38% | - |
| HSV(B) | 323.68º | 0.98% | 0.74% | - |
| XYZ | 24.18 | 12.17 | 17.6 | - |
| YUV | 72.08 | 152.79 | 211.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 4 | 116 | 0 | 0.98 | 0.39 | 0.26 | 323.68 | 0.96 | 0.38 |
| Hex | BD | 4 | 74 | 0 | 62 | 27 | 1A | 144 | 60 | 26 |
| Octal | 275 | 4 | 164 | 0 | 142 | 47 | 32 | 504 | 140 | 46 |
| Binary | 10111101 | 100 | 1110100 | 0 | 1100010 | 100111 | 11010 | 101000100 | 1100000 | 100110 |
Color Harmonies of #BD0474
Complementary color
Monochromatic Colors of #BD0474
Black with #BD0474
Text Example
Text Example
White with #BD0474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0474; }
p { color: rgb(189,4,116); }
H1.HeaderClassName
{
color: #BD0474;
}
.AnyTagClassName
{
color: #BD0474;
}
</style>
background-color css
<style>
a { background-color: #BD0474; }
a { background-color: rgb(189,4,116); }
div.DivClassName
{
background-color: #BD0474;
}
.BgClassName
{
background-color: #BD0474;
}
</style>
border-color css
<style>
span { border-color: #BD0474; }
span { border-color: rgb(189,4,116); }
td.TdClassName
{
border-color: #BD0474;
}
.TagClassName
{
border-color: #BD0474;
}
</style>