Shades of Medium Red Violet #BD3081
Tints of Medium Red Violet #BD3081
RGB
CMYK
RGB Variations
Color information
#BD3081 (or 0xBD3081) is known color: Medium Red Violet. HEX triplet: BD, 30 and 81. RGB value is (189,48,129). Sum of RGB (Red+Green+Blue) = 189+48+129=366 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.64% from 366); Green value is 48 (19.14% from 255 or 13.11% from 366); Blue value is 129 (50.78% from 255 or 35.25% from 366); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3081 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3081 is #42CF7E. Grayscale: #636363. Windows color (decimal): -4378495 or 8466621. OLE color: 8466621.
HSL color Cylindrical-coordinate representation of color #BD3081: hue angle of 325.53º 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 #BD3081 is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 48 | 129 | - |
| CMYK | 0 | 0.75 | 0.32 | 0.26 |
| HSL | 325.53º | 0.59% | 0.46% | - |
| HSV(B) | 325.53º | 0.75% | 0.74% | - |
| XYZ | 26.01 | 14.52 | 22.2 | - |
| YUV | 99.39 | 144.71 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 48 | 129 | 0 | 0.75 | 0.32 | 0.26 | 325.53 | 0.59 | 0.46 |
| Hex | BD | 30 | 81 | 0 | 4B | 20 | 1A | 146 | 3B | 2E |
| Octal | 275 | 60 | 201 | 0 | 113 | 40 | 32 | 506 | 73 | 56 |
| Binary | 10111101 | 110000 | 10000001 | 0 | 1001011 | 100000 | 11010 | 101000110 | 111011 | 101110 |
Color Harmonies of #BD3081
Complementary color
Monochromatic Colors of #BD3081
Black with #BD3081
Text Example
Text Example
White with #BD3081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3081; }
p { color: rgb(189,48,129); }
H1.HeaderClassName
{
color: #BD3081;
}
.AnyTagClassName
{
color: #BD3081;
}
</style>
background-color css
<style>
a { background-color: #BD3081; }
a { background-color: rgb(189,48,129); }
div.DivClassName
{
background-color: #BD3081;
}
.BgClassName
{
background-color: #BD3081;
}
</style>
border-color css
<style>
span { border-color: #BD3081; }
span { border-color: rgb(189,48,129); }
td.TdClassName
{
border-color: #BD3081;
}
.TagClassName
{
border-color: #BD3081;
}
</style>