Shades of Medium Violet Red #BD2398
Tints of Medium Violet Red #BD2398
RGB
CMYK
RGB Variations
Color information
#BD2398 (or 0xBD2398) is known color: Medium Violet Red. HEX triplet: BD, 23 and 98. RGB value is (189,35,152). Sum of RGB (Red+Green+Blue) = 189+35+152=376 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.27% from 376); Green value is 35 (14.06% from 255 or 9.31% from 376); Blue value is 152 (59.77% from 255 or 40.43% from 376); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2398 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2398 is #42DC67. Grayscale: #5E5E5E. Windows color (decimal): -4381800 or 9970621. OLE color: 9970621.
HSL color Cylindrical-coordinate representation of color #BD2398: hue angle of 314.42º 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 #BD2398 is Cyan = 0, Magento = 0.81, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 35 | 152 | - |
| CMYK | 0 | 0.81 | 0.20 | 0.26 |
| HSL | 314.42º | 0.69% | 0.44% | - |
| HSV(B) | 314.42º | 0.81% | 0.74% | - |
| XYZ | 27.25 | 14.29 | 31.03 | - |
| YUV | 94.38 | 160.52 | 195.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 35 | 152 | 0 | 0.81 | 0.20 | 0.26 | 314.42 | 0.69 | 0.44 |
| Hex | BD | 23 | 98 | 0 | 51 | 14 | 1A | 13A | 45 | 2C |
| Octal | 275 | 43 | 230 | 0 | 121 | 24 | 32 | 472 | 105 | 54 |
| Binary | 10111101 | 100011 | 10011000 | 0 | 1010001 | 10100 | 11010 | 100111010 | 1000101 | 101100 |
Color Harmonies of #BD2398
Complementary color
Monochromatic Colors of #BD2398
Black with #BD2398
Text Example
Text Example
White with #BD2398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2398; }
p { color: rgb(189,35,152); }
H1.HeaderClassName
{
color: #BD2398;
}
.AnyTagClassName
{
color: #BD2398;
}
</style>
background-color css
<style>
a { background-color: #BD2398; }
a { background-color: rgb(189,35,152); }
div.DivClassName
{
background-color: #BD2398;
}
.BgClassName
{
background-color: #BD2398;
}
</style>
border-color css
<style>
span { border-color: #BD2398; }
span { border-color: rgb(189,35,152); }
td.TdClassName
{
border-color: #BD2398;
}
.TagClassName
{
border-color: #BD2398;
}
</style>