Shades of Medium Violet Red #BD1397
Tints of Medium Violet Red #BD1397
RGB
CMYK
RGB Variations
Color information
#BD1397 (or 0xBD1397) is known color: Medium Violet Red. HEX triplet: BD, 13 and 97. RGB value is (189,19,151). Sum of RGB (Red+Green+Blue) = 189+19+151=359 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.65% from 359); Green value is 19 (7.81% from 255 or 5.29% from 359); Blue value is 151 (59.38% from 255 or 42.06% from 359); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1397 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD1397 is #42EC68. Grayscale: #545454. Windows color (decimal): -4385897 or 9900989. OLE color: 9900989.
HSL color Cylindrical-coordinate representation of color #BD1397: hue angle of 313.41º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD1397 is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 19 | 151 | - |
| CMYK | 0 | 0.90 | 0.20 | 0.26 |
| HSL | 313.41º | 0.82% | 0.41% | - |
| HSV(B) | 313.41º | 0.9% | 0.74% | - |
| XYZ | 26.81 | 13.52 | 30.47 | - |
| YUV | 84.88 | 165.32 | 202.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 19 | 151 | 0 | 0.90 | 0.20 | 0.26 | 313.41 | 0.82 | 0.41 |
| Hex | BD | 13 | 97 | 0 | 5A | 14 | 1A | 139 | 52 | 29 |
| Octal | 275 | 23 | 227 | 0 | 132 | 24 | 32 | 471 | 122 | 51 |
| Binary | 10111101 | 10011 | 10010111 | 0 | 1011010 | 10100 | 11010 | 100111001 | 1010010 | 101001 |
Color Harmonies of #BD1397
Complementary color
Monochromatic Colors of #BD1397
Black with #BD1397
Text Example
Text Example
White with #BD1397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1397; }
p { color: rgb(189,19,151); }
H1.HeaderClassName
{
color: #BD1397;
}
.AnyTagClassName
{
color: #BD1397;
}
</style>
background-color css
<style>
a { background-color: #BD1397; }
a { background-color: rgb(189,19,151); }
div.DivClassName
{
background-color: #BD1397;
}
.BgClassName
{
background-color: #BD1397;
}
</style>
border-color css
<style>
span { border-color: #BD1397; }
span { border-color: rgb(189,19,151); }
td.TdClassName
{
border-color: #BD1397;
}
.TagClassName
{
border-color: #BD1397;
}
</style>