Shades of Medium Violet Red #BD0074
Tints of Medium Violet Red #BD0074
RGB
CMYK
RGB Variations
Color information
#BD0074 (or 0xBD0074) is known color: Medium Violet Red. HEX triplet: BD, 00 and 74. RGB value is (189,0,116). Sum of RGB (Red+Green+Blue) = 189+0+116=305 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.97% from 305); Green value is 0 (0.39% from 255 or 0% from 305); Blue value is 116 (45.70% from 255 or 38.03% from 305); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0074 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0074 is #42FF8B. Grayscale: #454545. Windows color (decimal): -4390796 or 7602365. OLE color: 7602365.
HSL color Cylindrical-coordinate representation of color #BD0074: hue angle of 323.17º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD0074 is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 0 | 116 | - |
| CMYK | 0 | 1 | 0.39 | 0.26 |
| HSL | 323.17º | 1% | 0.37% | - |
| HSV(B) | 323.17º | 1% | 0.74% | - |
| XYZ | 24.14 | 12.08 | 17.58 | - |
| YUV | 69.74 | 154.12 | 213.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 0 | 116 | 0 | 1 | 0.39 | 0.26 | 323.17 | 1 | 0.37 |
| Hex | BD | 0 | 74 | 0 | 64 | 27 | 1A | 143 | 64 | 25 |
| Octal | 275 | 0 | 164 | 0 | 144 | 47 | 32 | 503 | 144 | 45 |
| Binary | 10111101 | 0 | 1110100 | 0 | 1100100 | 100111 | 11010 | 101000011 | 1100100 | 100101 |
Color Harmonies of #BD0074
Complementary color
Monochromatic Colors of #BD0074
Black with #BD0074
Text Example
Text Example
White with #BD0074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0074; }
p { color: rgb(189,0,116); }
H1.HeaderClassName
{
color: #BD0074;
}
.AnyTagClassName
{
color: #BD0074;
}
</style>
background-color css
<style>
a { background-color: #BD0074; }
a { background-color: rgb(189,0,116); }
div.DivClassName
{
background-color: #BD0074;
}
.BgClassName
{
background-color: #BD0074;
}
</style>
border-color css
<style>
span { border-color: #BD0074; }
span { border-color: rgb(189,0,116); }
td.TdClassName
{
border-color: #BD0074;
}
.TagClassName
{
border-color: #BD0074;
}
</style>