Shades of Medium Violet Red #BD1497
Tints of Medium Violet Red #BD1497
RGB
CMYK
RGB Variations
Color information
#BD1497 (or 0xBD1497) is known color: Medium Violet Red. HEX triplet: BD, 14 and 97. RGB value is (189,20,151). Sum of RGB (Red+Green+Blue) = 189+20+151=360 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.5% from 360); Green value is 20 (8.20% from 255 or 5.56% from 360); Blue value is 151 (59.38% from 255 or 41.94% from 360); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1497 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD1497 is #42EB68. Grayscale: #555555. Windows color (decimal): -4385641 or 9901245. OLE color: 9901245.
HSL color Cylindrical-coordinate representation of color #BD1497: hue angle of 313.49º 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 #BD1497 is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 20 | 151 | - |
| CMYK | 0 | 0.89 | 0.20 | 0.26 |
| HSL | 313.49º | 0.81% | 0.41% | - |
| HSV(B) | 313.49º | 0.89% | 0.74% | - |
| XYZ | 26.82 | 13.55 | 30.48 | - |
| YUV | 85.47 | 164.99 | 201.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 20 | 151 | 0 | 0.89 | 0.20 | 0.26 | 313.49 | 0.81 | 0.41 |
| Hex | BD | 14 | 97 | 0 | 59 | 14 | 1A | 139 | 51 | 29 |
| Octal | 275 | 24 | 227 | 0 | 131 | 24 | 32 | 471 | 121 | 51 |
| Binary | 10111101 | 10100 | 10010111 | 0 | 1011001 | 10100 | 11010 | 100111001 | 1010001 | 101001 |
Color Harmonies of #BD1497
Complementary color
Monochromatic Colors of #BD1497
Black with #BD1497
Text Example
Text Example
White with #BD1497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1497; }
p { color: rgb(189,20,151); }
H1.HeaderClassName
{
color: #BD1497;
}
.AnyTagClassName
{
color: #BD1497;
}
</style>
background-color css
<style>
a { background-color: #BD1497; }
a { background-color: rgb(189,20,151); }
div.DivClassName
{
background-color: #BD1497;
}
.BgClassName
{
background-color: #BD1497;
}
</style>
border-color css
<style>
span { border-color: #BD1497; }
span { border-color: rgb(189,20,151); }
td.TdClassName
{
border-color: #BD1497;
}
.TagClassName
{
border-color: #BD1497;
}
</style>