Shades of Medium Violet Red #BD0881
Tints of Medium Violet Red #BD0881
RGB
CMYK
RGB Variations
Color information
#BD0881 (or 0xBD0881) is known color: Medium Violet Red. HEX triplet: BD, 08 and 81. RGB value is (189,8,129). Sum of RGB (Red+Green+Blue) = 189+8+129=326 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.98% from 326); Green value is 8 (3.52% from 255 or 2.45% from 326); Blue value is 129 (50.78% from 255 or 39.57% from 326); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0881 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0881 is #42F77E. Grayscale: #4B4B4B. Windows color (decimal): -4388735 or 8456381. OLE color: 8456381.
HSL color Cylindrical-coordinate representation of color #BD0881: hue angle of 319.89º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD0881 is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 8 | 129 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.26 |
| HSL | 319.89º | 0.92% | 0.39% | - |
| HSV(B) | 319.89º | 0.96% | 0.74% | - |
| XYZ | 25.04 | 12.58 | 21.88 | - |
| YUV | 75.91 | 157.97 | 208.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 8 | 129 | 0 | 0.96 | 0.32 | 0.26 | 319.89 | 0.92 | 0.39 |
| Hex | BD | 8 | 81 | 0 | 60 | 20 | 1A | 140 | 5C | 27 |
| Octal | 275 | 10 | 201 | 0 | 140 | 40 | 32 | 500 | 134 | 47 |
| Binary | 10111101 | 1000 | 10000001 | 0 | 1100000 | 100000 | 11010 | 101000000 | 1011100 | 100111 |
Color Harmonies of #BD0881
Complementary color
Monochromatic Colors of #BD0881
Black with #BD0881
Text Example
Text Example
White with #BD0881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0881; }
p { color: rgb(189,8,129); }
H1.HeaderClassName
{
color: #BD0881;
}
.AnyTagClassName
{
color: #BD0881;
}
</style>
background-color css
<style>
a { background-color: #BD0881; }
a { background-color: rgb(189,8,129); }
div.DivClassName
{
background-color: #BD0881;
}
.BgClassName
{
background-color: #BD0881;
}
</style>
border-color css
<style>
span { border-color: #BD0881; }
span { border-color: rgb(189,8,129); }
td.TdClassName
{
border-color: #BD0881;
}
.TagClassName
{
border-color: #BD0881;
}
</style>