Shades of Medium Red Violet #BD2380
Tints of Medium Red Violet #BD2380
RGB
CMYK
RGB Variations
Color information
#BD2380 (or 0xBD2380) is known color: Medium Red Violet. HEX triplet: BD, 23 and 80. RGB value is (189,35,128). Sum of RGB (Red+Green+Blue) = 189+35+128=352 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.69% from 352); Green value is 35 (14.06% from 255 or 9.94% from 352); Blue value is 128 (50.39% from 255 or 36.36% from 352); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2380 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2380 is #42DC7F. Grayscale: #5B5B5B. Windows color (decimal): -4381824 or 8397757. OLE color: 8397757.
HSL color Cylindrical-coordinate representation of color #BD2380: hue angle of 323.77º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD2380 is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 35 | 128 | - |
| CMYK | 0 | 0.81 | 0.32 | 0.26 |
| HSL | 323.77º | 0.69% | 0.44% | - |
| HSV(B) | 323.77º | 0.81% | 0.74% | - |
| XYZ | 25.48 | 13.58 | 21.7 | - |
| YUV | 91.65 | 148.52 | 197.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 35 | 128 | 0 | 0.81 | 0.32 | 0.26 | 323.77 | 0.69 | 0.44 |
| Hex | BD | 23 | 80 | 0 | 51 | 20 | 1A | 144 | 45 | 2C |
| Octal | 275 | 43 | 200 | 0 | 121 | 40 | 32 | 504 | 105 | 54 |
| Binary | 10111101 | 100011 | 10000000 | 0 | 1010001 | 100000 | 11010 | 101000100 | 1000101 | 101100 |
Color Harmonies of #BD2380
Complementary color
Monochromatic Colors of #BD2380
Black with #BD2380
Text Example
Text Example
White with #BD2380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2380; }
p { color: rgb(189,35,128); }
H1.HeaderClassName
{
color: #BD2380;
}
.AnyTagClassName
{
color: #BD2380;
}
</style>
background-color css
<style>
a { background-color: #BD2380; }
a { background-color: rgb(189,35,128); }
div.DivClassName
{
background-color: #BD2380;
}
.BgClassName
{
background-color: #BD2380;
}
</style>
border-color css
<style>
span { border-color: #BD2380; }
span { border-color: rgb(189,35,128); }
td.TdClassName
{
border-color: #BD2380;
}
.TagClassName
{
border-color: #BD2380;
}
</style>