Shades of Medium Red Violet #BD3080
Tints of Medium Red Violet #BD3080
RGB
CMYK
RGB Variations
Color information
#BD3080 (or 0xBD3080) is known color: Medium Red Violet. HEX triplet: BD, 30 and 80. RGB value is (189,48,128). Sum of RGB (Red+Green+Blue) = 189+48+128=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 48 (19.14% from 255 or 13.15% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3080 is #42CF7F. Grayscale: #636363. Windows color (decimal): -4378496 or 8401085. OLE color: 8401085.
HSL color Cylindrical-coordinate representation of color #BD3080: hue angle of 325.96º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD3080 is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 48 | 128 | - |
| CMYK | 0 | 0.75 | 0.32 | 0.26 |
| HSL | 325.96º | 0.59% | 0.46% | - |
| HSV(B) | 325.96º | 0.75% | 0.74% | - |
| XYZ | 25.94 | 14.49 | 21.85 | - |
| YUV | 99.28 | 144.21 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 48 | 128 | 0 | 0.75 | 0.32 | 0.26 | 325.96 | 0.59 | 0.46 |
| Hex | BD | 30 | 80 | 0 | 4B | 20 | 1A | 146 | 3B | 2E |
| Octal | 275 | 60 | 200 | 0 | 113 | 40 | 32 | 506 | 73 | 56 |
| Binary | 10111101 | 110000 | 10000000 | 0 | 1001011 | 100000 | 11010 | 101000110 | 111011 | 101110 |
Color Harmonies of #BD3080
Complementary color
Monochromatic Colors of #BD3080
Black with #BD3080
Text Example
Text Example
White with #BD3080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3080; }
p { color: rgb(189,48,128); }
H1.HeaderClassName
{
color: #BD3080;
}
.AnyTagClassName
{
color: #BD3080;
}
</style>
background-color css
<style>
a { background-color: #BD3080; }
a { background-color: rgb(189,48,128); }
div.DivClassName
{
background-color: #BD3080;
}
.BgClassName
{
background-color: #BD3080;
}
</style>
border-color css
<style>
span { border-color: #BD3080; }
span { border-color: rgb(189,48,128); }
td.TdClassName
{
border-color: #BD3080;
}
.TagClassName
{
border-color: #BD3080;
}
</style>