Shades of Medium Red Violet #BD287F
Tints of Medium Red Violet #BD287F
RGB
CMYK
RGB Variations
Color information
#BD287F (or 0xBD287F) is known color: Medium Red Violet. HEX triplet: BD, 28 and 7F. RGB value is (189,40,127). Sum of RGB (Red+Green+Blue) = 189+40+127=356 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.09% from 356); Green value is 40 (16.02% from 255 or 11.24% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 189 - color contains mainly: red. Hex color #BD287F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD287F is #42D780. Grayscale: #5E5E5E. Windows color (decimal): -4380545 or 8333501. OLE color: 8333501.
HSL color Cylindrical-coordinate representation of color #BD287F: hue angle of 324.97º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD287F is Cyan = 0, Magento = 0.79, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 40 | 127 | - |
| CMYK | 0 | 0.79 | 0.33 | 0.26 |
| HSL | 324.97º | 0.65% | 0.45% | - |
| HSV(B) | 324.97º | 0.79% | 0.74% | - |
| XYZ | 25.58 | 13.87 | 21.41 | - |
| YUV | 94.47 | 146.36 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 40 | 127 | 0 | 0.79 | 0.33 | 0.26 | 324.97 | 0.65 | 0.45 |
| Hex | BD | 28 | 7F | 0 | 4F | 21 | 1A | 145 | 41 | 2D |
| Octal | 275 | 50 | 177 | 0 | 117 | 41 | 32 | 505 | 101 | 55 |
| Binary | 10111101 | 101000 | 1111111 | 0 | 1001111 | 100001 | 11010 | 101000101 | 1000001 | 101101 |
Color Harmonies of #BD287F
Complementary color
Monochromatic Colors of #BD287F
Black with #BD287F
Text Example
Text Example
White with #BD287F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD287F; }
p { color: rgb(189,40,127); }
H1.HeaderClassName
{
color: #BD287F;
}
.AnyTagClassName
{
color: #BD287F;
}
</style>
background-color css
<style>
a { background-color: #BD287F; }
a { background-color: rgb(189,40,127); }
div.DivClassName
{
background-color: #BD287F;
}
.BgClassName
{
background-color: #BD287F;
}
</style>
border-color css
<style>
span { border-color: #BD287F; }
span { border-color: rgb(189,40,127); }
td.TdClassName
{
border-color: #BD287F;
}
.TagClassName
{
border-color: #BD287F;
}
</style>