Shades of Medium Violet Red #BD2184
Tints of Medium Violet Red #BD2184
RGB
CMYK
RGB Variations
Color information
#BD2184 (or 0xBD2184) is known color: Medium Violet Red. HEX triplet: BD, 21 and 84. RGB value is (189,33,132). Sum of RGB (Red+Green+Blue) = 189+33+132=354 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.39% from 354); Green value is 33 (13.28% from 255 or 9.32% from 354); Blue value is 132 (51.95% from 255 or 37.29% from 354); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2184 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2184 is #42DE7B. Grayscale: #5A5A5A. Windows color (decimal): -4382332 or 8659389. OLE color: 8659389.
HSL color Cylindrical-coordinate representation of color #BD2184: hue angle of 321.92º 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 #BD2184 is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 33 | 132 | - |
| CMYK | 0 | 0.83 | 0.30 | 0.26 |
| HSL | 321.92º | 0.7% | 0.44% | - |
| HSV(B) | 321.92º | 0.83% | 0.74% | - |
| XYZ | 25.69 | 13.57 | 23.1 | - |
| YUV | 90.93 | 151.18 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 33 | 132 | 0 | 0.83 | 0.30 | 0.26 | 321.92 | 0.7 | 0.44 |
| Hex | BD | 21 | 84 | 0 | 53 | 1E | 1A | 142 | 46 | 2C |
| Octal | 275 | 41 | 204 | 0 | 123 | 36 | 32 | 502 | 106 | 54 |
| Binary | 10111101 | 100001 | 10000100 | 0 | 1010011 | 11110 | 11010 | 101000010 | 1000110 | 101100 |
Color Harmonies of #BD2184
Complementary color
Monochromatic Colors of #BD2184
Black with #BD2184
Text Example
Text Example
White with #BD2184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2184; }
p { color: rgb(189,33,132); }
H1.HeaderClassName
{
color: #BD2184;
}
.AnyTagClassName
{
color: #BD2184;
}
</style>
background-color css
<style>
a { background-color: #BD2184; }
a { background-color: rgb(189,33,132); }
div.DivClassName
{
background-color: #BD2184;
}
.BgClassName
{
background-color: #BD2184;
}
</style>
border-color css
<style>
span { border-color: #BD2184; }
span { border-color: rgb(189,33,132); }
td.TdClassName
{
border-color: #BD2184;
}
.TagClassName
{
border-color: #BD2184;
}
</style>