Shades of Medium Violet Red #BD0184
Tints of Medium Violet Red #BD0184
RGB
CMYK
RGB Variations
Color information
#BD0184 (or 0xBD0184) is known color: Medium Violet Red. HEX triplet: BD, 01 and 84. RGB value is (189,1,132). Sum of RGB (Red+Green+Blue) = 189+1+132=322 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.70% from 322); Green value is 1 (0.78% from 255 or 0.31% from 322); Blue value is 132 (51.95% from 255 or 40.99% from 322); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0184 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0184 is #42FE7B. Grayscale: #474747. Windows color (decimal): -4390524 or 8651197. OLE color: 8651197.
HSL color Cylindrical-coordinate representation of color #BD0184: hue angle of 318.19º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD0184 is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 1 | 132 | - |
| CMYK | 0 | 0.99 | 0.30 | 0.26 |
| HSL | 318.19º | 0.99% | 0.37% | - |
| HSV(B) | 318.19º | 0.99% | 0.74% | - |
| XYZ | 25.16 | 12.51 | 22.92 | - |
| YUV | 72.15 | 161.78 | 211.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 1 | 132 | 0 | 0.99 | 0.30 | 0.26 | 318.19 | 0.99 | 0.37 |
| Hex | BD | 1 | 84 | 0 | 63 | 1E | 1A | 13E | 63 | 25 |
| Octal | 275 | 1 | 204 | 0 | 143 | 36 | 32 | 476 | 143 | 45 |
| Binary | 10111101 | 1 | 10000100 | 0 | 1100011 | 11110 | 11010 | 100111110 | 1100011 | 100101 |
Color Harmonies of #BD0184
Complementary color
Monochromatic Colors of #BD0184
Black with #BD0184
Text Example
Text Example
White with #BD0184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0184; }
p { color: rgb(189,1,132); }
H1.HeaderClassName
{
color: #BD0184;
}
.AnyTagClassName
{
color: #BD0184;
}
</style>
background-color css
<style>
a { background-color: #BD0184; }
a { background-color: rgb(189,1,132); }
div.DivClassName
{
background-color: #BD0184;
}
.BgClassName
{
background-color: #BD0184;
}
</style>
border-color css
<style>
span { border-color: #BD0184; }
span { border-color: rgb(189,1,132); }
td.TdClassName
{
border-color: #BD0184;
}
.TagClassName
{
border-color: #BD0184;
}
</style>