Shades of Medium Violet Red #BD0284
Tints of Medium Violet Red #BD0284
RGB
CMYK
RGB Variations
Color information
#BD0284 (or 0xBD0284) is known color: Medium Violet Red. HEX triplet: BD, 02 and 84. RGB value is (189,2,132). Sum of RGB (Red+Green+Blue) = 189+2+132=323 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.51% from 323); Green value is 2 (1.17% from 255 or 0.62% from 323); Blue value is 132 (51.95% from 255 or 40.87% from 323); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0284 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0284 is #42FD7B. Grayscale: #484848. Windows color (decimal): -4390268 or 8651453. OLE color: 8651453.
HSL color Cylindrical-coordinate representation of color #BD0284: hue angle of 318.29º degrees, saturation: 0.98, 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 #BD0284 is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 2 | 132 | - |
| CMYK | 0 | 0.99 | 0.30 | 0.26 |
| HSL | 318.29º | 0.98% | 0.37% | - |
| HSV(B) | 318.29º | 0.99% | 0.74% | - |
| XYZ | 25.17 | 12.53 | 22.92 | - |
| YUV | 72.73 | 161.45 | 210.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 2 | 132 | 0 | 0.99 | 0.30 | 0.26 | 318.29 | 0.98 | 0.37 |
| Hex | BD | 2 | 84 | 0 | 63 | 1E | 1A | 13E | 62 | 25 |
| Octal | 275 | 2 | 204 | 0 | 143 | 36 | 32 | 476 | 142 | 45 |
| Binary | 10111101 | 10 | 10000100 | 0 | 1100011 | 11110 | 11010 | 100111110 | 1100010 | 100101 |
Color Harmonies of #BD0284
Complementary color
Monochromatic Colors of #BD0284
Black with #BD0284
Text Example
Text Example
White with #BD0284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0284; }
p { color: rgb(189,2,132); }
H1.HeaderClassName
{
color: #BD0284;
}
.AnyTagClassName
{
color: #BD0284;
}
</style>
background-color css
<style>
a { background-color: #BD0284; }
a { background-color: rgb(189,2,132); }
div.DivClassName
{
background-color: #BD0284;
}
.BgClassName
{
background-color: #BD0284;
}
</style>
border-color css
<style>
span { border-color: #BD0284; }
span { border-color: rgb(189,2,132); }
td.TdClassName
{
border-color: #BD0284;
}
.TagClassName
{
border-color: #BD0284;
}
</style>