Shades of Medium Violet Red #BD2292
Tints of Medium Violet Red #BD2292
RGB
CMYK
RGB Variations
Color information
#BD2292 (or 0xBD2292) is known color: Medium Violet Red. HEX triplet: BD, 22 and 92. RGB value is (189,34,146). Sum of RGB (Red+Green+Blue) = 189+34+146=369 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.22% from 369); Green value is 34 (13.67% from 255 or 9.21% from 369); Blue value is 146 (57.42% from 255 or 39.57% from 369); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2292 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2292 is #42DD6D. Grayscale: #5C5C5C. Windows color (decimal): -4382062 or 9577149. OLE color: 9577149.
HSL color Cylindrical-coordinate representation of color #BD2292: hue angle of 316.65º 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 #BD2292 is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 34 | 146 | - |
| CMYK | 0 | 0.82 | 0.23 | 0.26 |
| HSL | 316.65º | 0.7% | 0.44% | - |
| HSV(B) | 316.65º | 0.82% | 0.74% | - |
| XYZ | 26.75 | 14.04 | 28.49 | - |
| YUV | 93.11 | 157.85 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 34 | 146 | 0 | 0.82 | 0.23 | 0.26 | 316.65 | 0.7 | 0.44 |
| Hex | BD | 22 | 92 | 0 | 52 | 17 | 1A | 13D | 46 | 2C |
| Octal | 275 | 42 | 222 | 0 | 122 | 27 | 32 | 475 | 106 | 54 |
| Binary | 10111101 | 100010 | 10010010 | 0 | 1010010 | 10111 | 11010 | 100111101 | 1000110 | 101100 |
Color Harmonies of #BD2292
Complementary color
Monochromatic Colors of #BD2292
Black with #BD2292
Text Example
Text Example
White with #BD2292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2292; }
p { color: rgb(189,34,146); }
H1.HeaderClassName
{
color: #BD2292;
}
.AnyTagClassName
{
color: #BD2292;
}
</style>
background-color css
<style>
a { background-color: #BD2292; }
a { background-color: rgb(189,34,146); }
div.DivClassName
{
background-color: #BD2292;
}
.BgClassName
{
background-color: #BD2292;
}
</style>
border-color css
<style>
span { border-color: #BD2292; }
span { border-color: rgb(189,34,146); }
td.TdClassName
{
border-color: #BD2292;
}
.TagClassName
{
border-color: #BD2292;
}
</style>