Shades of Medium Violet Red #BD2198
Tints of Medium Violet Red #BD2198
RGB
CMYK
RGB Variations
Color information
#BD2198 (or 0xBD2198) is known color: Medium Violet Red. HEX triplet: BD, 21 and 98. RGB value is (189,33,152). Sum of RGB (Red+Green+Blue) = 189+33+152=374 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.53% from 374); Green value is 33 (13.28% from 255 or 8.82% from 374); Blue value is 152 (59.77% from 255 or 40.64% from 374); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2198 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2198 is #42DE67. Grayscale: #5C5C5C. Windows color (decimal): -4382312 or 9970109. OLE color: 9970109.
HSL color Cylindrical-coordinate representation of color #BD2198: hue angle of 314.23º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD2198 is Cyan = 0, Magento = 0.83, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 33 | 152 | - |
| CMYK | 0 | 0.83 | 0.20 | 0.26 |
| HSL | 314.23º | 0.7% | 0.44% | - |
| HSV(B) | 314.23º | 0.83% | 0.74% | - |
| XYZ | 27.2 | 14.17 | 31.01 | - |
| YUV | 93.21 | 161.18 | 196.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 33 | 152 | 0 | 0.83 | 0.20 | 0.26 | 314.23 | 0.7 | 0.44 |
| Hex | BD | 21 | 98 | 0 | 53 | 14 | 1A | 13A | 46 | 2C |
| Octal | 275 | 41 | 230 | 0 | 123 | 24 | 32 | 472 | 106 | 54 |
| Binary | 10111101 | 100001 | 10011000 | 0 | 1010011 | 10100 | 11010 | 100111010 | 1000110 | 101100 |
Color Harmonies of #BD2198
Complementary color
Monochromatic Colors of #BD2198
Black with #BD2198
Text Example
Text Example
White with #BD2198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2198; }
p { color: rgb(189,33,152); }
H1.HeaderClassName
{
color: #BD2198;
}
.AnyTagClassName
{
color: #BD2198;
}
</style>
background-color css
<style>
a { background-color: #BD2198; }
a { background-color: rgb(189,33,152); }
div.DivClassName
{
background-color: #BD2198;
}
.BgClassName
{
background-color: #BD2198;
}
</style>
border-color css
<style>
span { border-color: #BD2198; }
span { border-color: rgb(189,33,152); }
td.TdClassName
{
border-color: #BD2198;
}
.TagClassName
{
border-color: #BD2198;
}
</style>