Shades of Medium Violet Red #BD0886
Tints of Medium Violet Red #BD0886
RGB
CMYK
RGB Variations
Color information
#BD0886 (or 0xBD0886) is known color: Medium Violet Red. HEX triplet: BD, 08 and 86. RGB value is (189,8,134). Sum of RGB (Red+Green+Blue) = 189+8+134=331 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.10% from 331); Green value is 8 (3.52% from 255 or 2.42% from 331); Blue value is 134 (52.73% from 255 or 40.48% from 331); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0886 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0886 is #42F779. Grayscale: #4C4C4C. Windows color (decimal): -4388730 or 8784061. OLE color: 8784061.
HSL color Cylindrical-coordinate representation of color #BD0886: hue angle of 318.23º 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 #BD0886 is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 8 | 134 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.26 |
| HSL | 318.23º | 0.92% | 0.39% | - |
| HSV(B) | 318.23º | 0.96% | 0.74% | - |
| XYZ | 25.38 | 12.71 | 23.67 | - |
| YUV | 76.48 | 160.47 | 208.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 8 | 134 | 0 | 0.96 | 0.29 | 0.26 | 318.23 | 0.92 | 0.39 |
| Hex | BD | 8 | 86 | 0 | 60 | 1D | 1A | 13E | 5C | 27 |
| Octal | 275 | 10 | 206 | 0 | 140 | 35 | 32 | 476 | 134 | 47 |
| Binary | 10111101 | 1000 | 10000110 | 0 | 1100000 | 11101 | 11010 | 100111110 | 1011100 | 100111 |
Color Harmonies of #BD0886
Complementary color
Monochromatic Colors of #BD0886
Black with #BD0886
Text Example
Text Example
White with #BD0886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0886; }
p { color: rgb(189,8,134); }
H1.HeaderClassName
{
color: #BD0886;
}
.AnyTagClassName
{
color: #BD0886;
}
</style>
background-color css
<style>
a { background-color: #BD0886; }
a { background-color: rgb(189,8,134); }
div.DivClassName
{
background-color: #BD0886;
}
.BgClassName
{
background-color: #BD0886;
}
</style>
border-color css
<style>
span { border-color: #BD0886; }
span { border-color: rgb(189,8,134); }
td.TdClassName
{
border-color: #BD0886;
}
.TagClassName
{
border-color: #BD0886;
}
</style>