Shades of Medium Violet Red #BD088E
Tints of Medium Violet Red #BD088E
RGB
CMYK
RGB Variations
Color information
#BD088E (or 0xBD088E) is known color: Medium Violet Red. HEX triplet: BD, 08 and 8E. RGB value is (189,8,142). Sum of RGB (Red+Green+Blue) = 189+8+142=339 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.75% from 339); Green value is 8 (3.52% from 255 or 2.36% from 339); Blue value is 142 (55.86% from 255 or 41.89% from 339); Max value from RGB is 189 - color contains mainly: red. Hex color #BD088E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD088E is #42F771. Grayscale: #4D4D4D. Windows color (decimal): -4388722 or 9308349. OLE color: 9308349.
HSL color Cylindrical-coordinate representation of color #BD088E: hue angle of 315.58º 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 #BD088E is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 8 | 142 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.26 |
| HSL | 315.58º | 0.92% | 0.39% | - |
| HSV(B) | 315.58º | 0.96% | 0.74% | - |
| XYZ | 25.96 | 12.95 | 26.72 | - |
| YUV | 77.4 | 164.47 | 207.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 8 | 142 | 0 | 0.96 | 0.25 | 0.26 | 315.58 | 0.92 | 0.39 |
| Hex | BD | 8 | 8E | 0 | 60 | 19 | 1A | 13C | 5C | 27 |
| Octal | 275 | 10 | 216 | 0 | 140 | 31 | 32 | 474 | 134 | 47 |
| Binary | 10111101 | 1000 | 10001110 | 0 | 1100000 | 11001 | 11010 | 100111100 | 1011100 | 100111 |
Color Harmonies of #BD088E
Complementary color
Monochromatic Colors of #BD088E
Black with #BD088E
Text Example
Text Example
White with #BD088E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD088E; }
p { color: rgb(189,8,142); }
H1.HeaderClassName
{
color: #BD088E;
}
.AnyTagClassName
{
color: #BD088E;
}
</style>
background-color css
<style>
a { background-color: #BD088E; }
a { background-color: rgb(189,8,142); }
div.DivClassName
{
background-color: #BD088E;
}
.BgClassName
{
background-color: #BD088E;
}
</style>
border-color css
<style>
span { border-color: #BD088E; }
span { border-color: rgb(189,8,142); }
td.TdClassName
{
border-color: #BD088E;
}
.TagClassName
{
border-color: #BD088E;
}
</style>