Shades of Medium Red Violet #BD2E98
Tints of Medium Red Violet #BD2E98
RGB
CMYK
RGB Variations
Color information
#BD2E98 (or 0xBD2E98) is known color: Medium Red Violet. HEX triplet: BD, 2E and 98. RGB value is (189,46,152). Sum of RGB (Red+Green+Blue) = 189+46+152=387 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.84% from 387); Green value is 46 (18.36% from 255 or 11.89% from 387); Blue value is 152 (59.77% from 255 or 39.28% from 387); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2E98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2E98 is #42D167. Grayscale: #646464. Windows color (decimal): -4378984 or 9973437. OLE color: 9973437.
HSL color Cylindrical-coordinate representation of color #BD2E98: hue angle of 315.52º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD2E98 is Cyan = 0, Magento = 0.76, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 46 | 152 | - |
| CMYK | 0 | 0.76 | 0.20 | 0.26 |
| HSL | 315.52º | 0.61% | 0.46% | - |
| HSV(B) | 315.52º | 0.76% | 0.74% | - |
| XYZ | 27.63 | 15.04 | 31.15 | - |
| YUV | 100.84 | 156.88 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 46 | 152 | 0 | 0.76 | 0.20 | 0.26 | 315.52 | 0.61 | 0.46 |
| Hex | BD | 2E | 98 | 0 | 4C | 14 | 1A | 13C | 3D | 2E |
| Octal | 275 | 56 | 230 | 0 | 114 | 24 | 32 | 474 | 75 | 56 |
| Binary | 10111101 | 101110 | 10011000 | 0 | 1001100 | 10100 | 11010 | 100111100 | 111101 | 101110 |
Color Harmonies of #BD2E98
Complementary color
Monochromatic Colors of #BD2E98
Black with #BD2E98
Text Example
Text Example
White with #BD2E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2E98; }
p { color: rgb(189,46,152); }
H1.HeaderClassName
{
color: #BD2E98;
}
.AnyTagClassName
{
color: #BD2E98;
}
</style>
background-color css
<style>
a { background-color: #BD2E98; }
a { background-color: rgb(189,46,152); }
div.DivClassName
{
background-color: #BD2E98;
}
.BgClassName
{
background-color: #BD2E98;
}
</style>
border-color css
<style>
span { border-color: #BD2E98; }
span { border-color: rgb(189,46,152); }
td.TdClassName
{
border-color: #BD2E98;
}
.TagClassName
{
border-color: #BD2E98;
}
</style>