Shades of Medium Violet Red #BD0285
Tints of Medium Violet Red #BD0285
RGB
CMYK
RGB Variations
Color information
#BD0285 (or 0xBD0285) is known color: Medium Violet Red. HEX triplet: BD, 02 and 85. RGB value is (189,2,133). Sum of RGB (Red+Green+Blue) = 189+2+133=324 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.33% from 324); Green value is 2 (1.17% from 255 or 0.62% from 324); Blue value is 133 (52.34% from 255 or 41.05% from 324); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0285 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0285 is #42FD7A. Grayscale: #484848. Windows color (decimal): -4390267 or 8716989. OLE color: 8716989.
HSL color Cylindrical-coordinate representation of color #BD0285: hue angle of 317.97º 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 #BD0285 is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 2 | 133 | - |
| CMYK | 0 | 0.99 | 0.30 | 0.26 |
| HSL | 317.97º | 0.98% | 0.37% | - |
| HSV(B) | 317.97º | 0.99% | 0.74% | - |
| XYZ | 25.24 | 12.56 | 23.28 | - |
| YUV | 72.85 | 161.95 | 210.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 2 | 133 | 0 | 0.99 | 0.30 | 0.26 | 317.97 | 0.98 | 0.37 |
| Hex | BD | 2 | 85 | 0 | 63 | 1E | 1A | 13E | 62 | 25 |
| Octal | 275 | 2 | 205 | 0 | 143 | 36 | 32 | 476 | 142 | 45 |
| Binary | 10111101 | 10 | 10000101 | 0 | 1100011 | 11110 | 11010 | 100111110 | 1100010 | 100101 |
Color Harmonies of #BD0285
Complementary color
Monochromatic Colors of #BD0285
Black with #BD0285
Text Example
Text Example
White with #BD0285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0285; }
p { color: rgb(189,2,133); }
H1.HeaderClassName
{
color: #BD0285;
}
.AnyTagClassName
{
color: #BD0285;
}
</style>
background-color css
<style>
a { background-color: #BD0285; }
a { background-color: rgb(189,2,133); }
div.DivClassName
{
background-color: #BD0285;
}
.BgClassName
{
background-color: #BD0285;
}
</style>
border-color css
<style>
span { border-color: #BD0285; }
span { border-color: rgb(189,2,133); }
td.TdClassName
{
border-color: #BD0285;
}
.TagClassName
{
border-color: #BD0285;
}
</style>