Shades of Medium Violet Red #BD1474
Tints of Medium Violet Red #BD1474
RGB
CMYK
RGB Variations
Color information
#BD1474 (or 0xBD1474) is known color: Medium Violet Red. HEX triplet: BD, 14 and 74. RGB value is (189,20,116). Sum of RGB (Red+Green+Blue) = 189+20+116=325 (43% of max value = 765). Red value is 189 (74.22% from 255 or 58.15% from 325); Green value is 20 (8.20% from 255 or 6.15% from 325); Blue value is 116 (45.70% from 255 or 35.69% from 325); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1474 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1474 is #42EB8B. Grayscale: #515151. Windows color (decimal): -4385676 or 7607485. OLE color: 7607485.
HSL color Cylindrical-coordinate representation of color #BD1474: hue angle of 325.92º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD1474 is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 20 | 116 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.26 |
| HSL | 325.92º | 0.81% | 0.41% | - |
| HSV(B) | 325.92º | 0.89% | 0.74% | - |
| XYZ | 24.39 | 12.58 | 17.67 | - |
| YUV | 81.48 | 147.49 | 204.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 20 | 116 | 0 | 0.89 | 0.39 | 0.26 | 325.92 | 0.81 | 0.41 |
| Hex | BD | 14 | 74 | 0 | 59 | 27 | 1A | 146 | 51 | 29 |
| Octal | 275 | 24 | 164 | 0 | 131 | 47 | 32 | 506 | 121 | 51 |
| Binary | 10111101 | 10100 | 1110100 | 0 | 1011001 | 100111 | 11010 | 101000110 | 1010001 | 101001 |
Color Harmonies of #BD1474
Complementary color
Monochromatic Colors of #BD1474
Black with #BD1474
Text Example
Text Example
White with #BD1474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1474; }
p { color: rgb(189,20,116); }
H1.HeaderClassName
{
color: #BD1474;
}
.AnyTagClassName
{
color: #BD1474;
}
</style>
background-color css
<style>
a { background-color: #BD1474; }
a { background-color: rgb(189,20,116); }
div.DivClassName
{
background-color: #BD1474;
}
.BgClassName
{
background-color: #BD1474;
}
</style>
border-color css
<style>
span { border-color: #BD1474; }
span { border-color: rgb(189,20,116); }
td.TdClassName
{
border-color: #BD1474;
}
.TagClassName
{
border-color: #BD1474;
}
</style>