Shades of Medium Violet Red #BD0888
Tints of Medium Violet Red #BD0888
RGB
CMYK
RGB Variations
Color information
#BD0888 (or 0xBD0888) is known color: Medium Violet Red. HEX triplet: BD, 08 and 88. RGB value is (189,8,136). Sum of RGB (Red+Green+Blue) = 189+8+136=333 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.76% from 333); Green value is 8 (3.52% from 255 or 2.40% from 333); Blue value is 136 (53.52% from 255 or 40.84% from 333); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0888 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0888 is #42F777. Grayscale: #4C4C4C. Windows color (decimal): -4388728 or 8915133. OLE color: 8915133.
HSL color Cylindrical-coordinate representation of color #BD0888: hue angle of 317.57º 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 #BD0888 is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 8 | 136 | - |
| CMYK | 0 | 0.96 | 0.28 | 0.26 |
| HSL | 317.57º | 0.92% | 0.39% | - |
| HSV(B) | 317.57º | 0.96% | 0.74% | - |
| XYZ | 25.52 | 12.77 | 24.41 | - |
| YUV | 76.71 | 161.47 | 208.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 8 | 136 | 0 | 0.96 | 0.28 | 0.26 | 317.57 | 0.92 | 0.39 |
| Hex | BD | 8 | 88 | 0 | 60 | 1C | 1A | 13E | 5C | 27 |
| Octal | 275 | 10 | 210 | 0 | 140 | 34 | 32 | 476 | 134 | 47 |
| Binary | 10111101 | 1000 | 10001000 | 0 | 1100000 | 11100 | 11010 | 100111110 | 1011100 | 100111 |
Color Harmonies of #BD0888
Complementary color
Monochromatic Colors of #BD0888
Black with #BD0888
Text Example
Text Example
White with #BD0888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0888; }
p { color: rgb(189,8,136); }
H1.HeaderClassName
{
color: #BD0888;
}
.AnyTagClassName
{
color: #BD0888;
}
</style>
background-color css
<style>
a { background-color: #BD0888; }
a { background-color: rgb(189,8,136); }
div.DivClassName
{
background-color: #BD0888;
}
.BgClassName
{
background-color: #BD0888;
}
</style>
border-color css
<style>
span { border-color: #BD0888; }
span { border-color: rgb(189,8,136); }
td.TdClassName
{
border-color: #BD0888;
}
.TagClassName
{
border-color: #BD0888;
}
</style>