Shades of Medium Violet Red #BD088C
Tints of Medium Violet Red #BD088C
RGB
CMYK
RGB Variations
Color information
#BD088C (or 0xBD088C) is known color: Medium Violet Red. HEX triplet: BD, 08 and 8C. RGB value is (189,8,140). Sum of RGB (Red+Green+Blue) = 189+8+140=337 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.08% from 337); Green value is 8 (3.52% from 255 or 2.37% from 337); Blue value is 140 (55.08% from 255 or 41.54% from 337); Max value from RGB is 189 - color contains mainly: red. Hex color #BD088C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD088C is #42F773. Grayscale: #4C4C4C. Windows color (decimal): -4388724 or 9177277. OLE color: 9177277.
HSL color Cylindrical-coordinate representation of color #BD088C: hue angle of 316.24º 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 #BD088C is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 8 | 140 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.26 |
| HSL | 316.24º | 0.92% | 0.39% | - |
| HSV(B) | 316.24º | 0.96% | 0.74% | - |
| XYZ | 25.81 | 12.89 | 25.94 | - |
| YUV | 77.17 | 163.47 | 207.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 8 | 140 | 0 | 0.96 | 0.26 | 0.26 | 316.24 | 0.92 | 0.39 |
| Hex | BD | 8 | 8C | 0 | 60 | 1A | 1A | 13C | 5C | 27 |
| Octal | 275 | 10 | 214 | 0 | 140 | 32 | 32 | 474 | 134 | 47 |
| Binary | 10111101 | 1000 | 10001100 | 0 | 1100000 | 11010 | 11010 | 100111100 | 1011100 | 100111 |
Color Harmonies of #BD088C
Complementary color
Monochromatic Colors of #BD088C
Black with #BD088C
Text Example
Text Example
White with #BD088C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD088C; }
p { color: rgb(189,8,140); }
H1.HeaderClassName
{
color: #BD088C;
}
.AnyTagClassName
{
color: #BD088C;
}
</style>
background-color css
<style>
a { background-color: #BD088C; }
a { background-color: rgb(189,8,140); }
div.DivClassName
{
background-color: #BD088C;
}
.BgClassName
{
background-color: #BD088C;
}
</style>
border-color css
<style>
span { border-color: #BD088C; }
span { border-color: rgb(189,8,140); }
td.TdClassName
{
border-color: #BD088C;
}
.TagClassName
{
border-color: #BD088C;
}
</style>