Shades of Medium Violet Red #BD2397
Tints of Medium Violet Red #BD2397
RGB
CMYK
RGB Variations
Color information
#BD2397 (or 0xBD2397) is known color: Medium Violet Red. HEX triplet: BD, 23 and 97. RGB value is (189,35,151). Sum of RGB (Red+Green+Blue) = 189+35+151=375 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.4% from 375); Green value is 35 (14.06% from 255 or 9.33% from 375); Blue value is 151 (59.38% from 255 or 40.27% from 375); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2397 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2397 is #42DC68. Grayscale: #5D5D5D. Windows color (decimal): -4381801 or 9905085. OLE color: 9905085.
HSL color Cylindrical-coordinate representation of color #BD2397: hue angle of 314.81º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD2397 is Cyan = 0, Magento = 0.81, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 35 | 151 | - |
| CMYK | 0 | 0.81 | 0.20 | 0.26 |
| HSL | 314.81º | 0.69% | 0.44% | - |
| HSV(B) | 314.81º | 0.81% | 0.74% | - |
| XYZ | 27.17 | 14.26 | 30.6 | - |
| YUV | 94.27 | 160.02 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 35 | 151 | 0 | 0.81 | 0.20 | 0.26 | 314.81 | 0.69 | 0.44 |
| Hex | BD | 23 | 97 | 0 | 51 | 14 | 1A | 13B | 45 | 2C |
| Octal | 275 | 43 | 227 | 0 | 121 | 24 | 32 | 473 | 105 | 54 |
| Binary | 10111101 | 100011 | 10010111 | 0 | 1010001 | 10100 | 11010 | 100111011 | 1000101 | 101100 |
Color Harmonies of #BD2397
Complementary color
Monochromatic Colors of #BD2397
Black with #BD2397
Text Example
Text Example
White with #BD2397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2397; }
p { color: rgb(189,35,151); }
H1.HeaderClassName
{
color: #BD2397;
}
.AnyTagClassName
{
color: #BD2397;
}
</style>
background-color css
<style>
a { background-color: #BD2397; }
a { background-color: rgb(189,35,151); }
div.DivClassName
{
background-color: #BD2397;
}
.BgClassName
{
background-color: #BD2397;
}
</style>
border-color css
<style>
span { border-color: #BD2397; }
span { border-color: rgb(189,35,151); }
td.TdClassName
{
border-color: #BD2397;
}
.TagClassName
{
border-color: #BD2397;
}
</style>