Shades of Medium Red Violet #BD2783
Tints of Medium Red Violet #BD2783
RGB
CMYK
RGB Variations
Color information
#BD2783 (or 0xBD2783) is known color: Medium Red Violet. HEX triplet: BD, 27 and 83. RGB value is (189,39,131). Sum of RGB (Red+Green+Blue) = 189+39+131=359 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.65% from 359); Green value is 39 (15.62% from 255 or 10.86% from 359); Blue value is 131 (51.56% from 255 or 36.49% from 359); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2783 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2783 is #42D87C. Grayscale: #5E5E5E. Windows color (decimal): -4380797 or 8595389. OLE color: 8595389.
HSL color Cylindrical-coordinate representation of color #BD2783: hue angle of 323.2º degrees, saturation: 0.66, 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 #BD2783 is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 39 | 131 | - |
| CMYK | 0 | 0.79 | 0.31 | 0.26 |
| HSL | 323.2º | 0.66% | 0.45% | - |
| HSV(B) | 323.2º | 0.79% | 0.74% | - |
| XYZ | 25.81 | 13.91 | 22.8 | - |
| YUV | 94.34 | 148.7 | 195.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 39 | 131 | 0 | 0.79 | 0.31 | 0.26 | 323.2 | 0.66 | 0.45 |
| Hex | BD | 27 | 83 | 0 | 4F | 1F | 1A | 143 | 42 | 2D |
| Octal | 275 | 47 | 203 | 0 | 117 | 37 | 32 | 503 | 102 | 55 |
| Binary | 10111101 | 100111 | 10000011 | 0 | 1001111 | 11111 | 11010 | 101000011 | 1000010 | 101101 |
Color Harmonies of #BD2783
Complementary color
Monochromatic Colors of #BD2783
Black with #BD2783
Text Example
Text Example
White with #BD2783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2783; }
p { color: rgb(189,39,131); }
H1.HeaderClassName
{
color: #BD2783;
}
.AnyTagClassName
{
color: #BD2783;
}
</style>
background-color css
<style>
a { background-color: #BD2783; }
a { background-color: rgb(189,39,131); }
div.DivClassName
{
background-color: #BD2783;
}
.BgClassName
{
background-color: #BD2783;
}
</style>
border-color css
<style>
span { border-color: #BD2783; }
span { border-color: rgb(189,39,131); }
td.TdClassName
{
border-color: #BD2783;
}
.TagClassName
{
border-color: #BD2783;
}
</style>