Shades of Medium Violet Red #BD0883
Tints of Medium Violet Red #BD0883
RGB
CMYK
RGB Variations
Color information
#BD0883 (or 0xBD0883) is known color: Medium Violet Red. HEX triplet: BD, 08 and 83. RGB value is (189,8,131). Sum of RGB (Red+Green+Blue) = 189+8+131=328 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.62% from 328); Green value is 8 (3.52% from 255 or 2.44% from 328); Blue value is 131 (51.56% from 255 or 39.94% from 328); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0883 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0883 is #42F77C. Grayscale: #4B4B4B. Windows color (decimal): -4388733 or 8587453. OLE color: 8587453.
HSL color Cylindrical-coordinate representation of color #BD0883: hue angle of 319.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 #BD0883 is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 8 | 131 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.26 |
| HSL | 319.23º | 0.92% | 0.39% | - |
| HSV(B) | 319.23º | 0.96% | 0.74% | - |
| XYZ | 25.17 | 12.63 | 22.58 | - |
| YUV | 76.14 | 158.97 | 208.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 8 | 131 | 0 | 0.96 | 0.31 | 0.26 | 319.23 | 0.92 | 0.39 |
| Hex | BD | 8 | 83 | 0 | 60 | 1F | 1A | 13F | 5C | 27 |
| Octal | 275 | 10 | 203 | 0 | 140 | 37 | 32 | 477 | 134 | 47 |
| Binary | 10111101 | 1000 | 10000011 | 0 | 1100000 | 11111 | 11010 | 100111111 | 1011100 | 100111 |
Color Harmonies of #BD0883
Complementary color
Monochromatic Colors of #BD0883
Black with #BD0883
Text Example
Text Example
White with #BD0883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0883; }
p { color: rgb(189,8,131); }
H1.HeaderClassName
{
color: #BD0883;
}
.AnyTagClassName
{
color: #BD0883;
}
</style>
background-color css
<style>
a { background-color: #BD0883; }
a { background-color: rgb(189,8,131); }
div.DivClassName
{
background-color: #BD0883;
}
.BgClassName
{
background-color: #BD0883;
}
</style>
border-color css
<style>
span { border-color: #BD0883; }
span { border-color: rgb(189,8,131); }
td.TdClassName
{
border-color: #BD0883;
}
.TagClassName
{
border-color: #BD0883;
}
</style>