Shades of Medium Violet Red #BD2298
Tints of Medium Violet Red #BD2298
RGB
CMYK
RGB Variations
Color information
#BD2298 (or 0xBD2298) is known color: Medium Violet Red. HEX triplet: BD, 22 and 98. RGB value is (189,34,152). Sum of RGB (Red+Green+Blue) = 189+34+152=375 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.4% from 375); Green value is 34 (13.67% from 255 or 9.07% from 375); Blue value is 152 (59.77% from 255 or 40.53% from 375); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2298 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2298 is #42DD67. Grayscale: #5D5D5D. Windows color (decimal): -4382056 or 9970365. OLE color: 9970365.
HSL color Cylindrical-coordinate representation of color #BD2298: hue angle of 314.32º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BD2298 is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 34 | 152 | - |
| CMYK | 0 | 0.82 | 0.20 | 0.26 |
| HSL | 314.32º | 0.7% | 0.44% | - |
| HSV(B) | 314.32º | 0.82% | 0.74% | - |
| XYZ | 27.23 | 14.23 | 31.02 | - |
| YUV | 93.8 | 160.85 | 195.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 34 | 152 | 0 | 0.82 | 0.20 | 0.26 | 314.32 | 0.7 | 0.44 |
| Hex | BD | 22 | 98 | 0 | 52 | 14 | 1A | 13A | 46 | 2C |
| Octal | 275 | 42 | 230 | 0 | 122 | 24 | 32 | 472 | 106 | 54 |
| Binary | 10111101 | 100010 | 10011000 | 0 | 1010010 | 10100 | 11010 | 100111010 | 1000110 | 101100 |
Color Harmonies of #BD2298
Complementary color
Monochromatic Colors of #BD2298
Black with #BD2298
Text Example
Text Example
White with #BD2298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2298; }
p { color: rgb(189,34,152); }
H1.HeaderClassName
{
color: #BD2298;
}
.AnyTagClassName
{
color: #BD2298;
}
</style>
background-color css
<style>
a { background-color: #BD2298; }
a { background-color: rgb(189,34,152); }
div.DivClassName
{
background-color: #BD2298;
}
.BgClassName
{
background-color: #BD2298;
}
</style>
border-color css
<style>
span { border-color: #BD2298; }
span { border-color: rgb(189,34,152); }
td.TdClassName
{
border-color: #BD2298;
}
.TagClassName
{
border-color: #BD2298;
}
</style>