Shades of Medium Violet Red #BD2299
Tints of Medium Violet Red #BD2299
RGB
CMYK
RGB Variations
Color information
#BD2299 (or 0xBD2299) is known color: Medium Violet Red. HEX triplet: BD, 22 and 99. RGB value is (189,34,153). Sum of RGB (Red+Green+Blue) = 189+34+153=376 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.27% from 376); Green value is 34 (13.67% from 255 or 9.04% from 376); Blue value is 153 (60.16% from 255 or 40.69% from 376); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2299 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2299 is #42DD66. Grayscale: #5D5D5D. Windows color (decimal): -4382055 or 10035901. OLE color: 10035901.
HSL color Cylindrical-coordinate representation of color #BD2299: hue angle of 313.94º 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 #BD2299 is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 34 | 153 | - |
| CMYK | 0 | 0.82 | 0.19 | 0.26 |
| HSL | 313.94º | 0.7% | 0.44% | - |
| HSV(B) | 313.94º | 0.82% | 0.74% | - |
| XYZ | 27.31 | 14.26 | 31.45 | - |
| YUV | 93.91 | 161.35 | 195.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 34 | 153 | 0 | 0.82 | 0.19 | 0.26 | 313.94 | 0.7 | 0.44 |
| Hex | BD | 22 | 99 | 0 | 52 | 13 | 1A | 13A | 46 | 2C |
| Octal | 275 | 42 | 231 | 0 | 122 | 23 | 32 | 472 | 106 | 54 |
| Binary | 10111101 | 100010 | 10011001 | 0 | 1010010 | 10011 | 11010 | 100111010 | 1000110 | 101100 |
Color Harmonies of #BD2299
Complementary color
Monochromatic Colors of #BD2299
Black with #BD2299
Text Example
Text Example
White with #BD2299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2299; }
p { color: rgb(189,34,153); }
H1.HeaderClassName
{
color: #BD2299;
}
.AnyTagClassName
{
color: #BD2299;
}
</style>
background-color css
<style>
a { background-color: #BD2299; }
a { background-color: rgb(189,34,153); }
div.DivClassName
{
background-color: #BD2299;
}
.BgClassName
{
background-color: #BD2299;
}
</style>
border-color css
<style>
span { border-color: #BD2299; }
span { border-color: rgb(189,34,153); }
td.TdClassName
{
border-color: #BD2299;
}
.TagClassName
{
border-color: #BD2299;
}
</style>