Shades of Medium Violet Red #BD088F
Tints of Medium Violet Red #BD088F
RGB
CMYK
RGB Variations
Color information
#BD088F (or 0xBD088F) is known color: Medium Violet Red. HEX triplet: BD, 08 and 8F. RGB value is (189,8,143). Sum of RGB (Red+Green+Blue) = 189+8+143=340 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.59% from 340); Green value is 8 (3.52% from 255 or 2.35% from 340); Blue value is 143 (56.25% from 255 or 42.06% from 340); Max value from RGB is 189 - color contains mainly: red. Hex color #BD088F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD088F is #42F770. Grayscale: #4D4D4D. Windows color (decimal): -4388721 or 9373885. OLE color: 9373885.
HSL color Cylindrical-coordinate representation of color #BD088F: hue angle of 315.25º 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 #BD088F is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 8 | 143 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.26 |
| HSL | 315.25º | 0.92% | 0.39% | - |
| HSV(B) | 315.25º | 0.96% | 0.74% | - |
| XYZ | 26.03 | 12.98 | 27.12 | - |
| YUV | 77.51 | 164.97 | 207.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 8 | 143 | 0 | 0.96 | 0.24 | 0.26 | 315.25 | 0.92 | 0.39 |
| Hex | BD | 8 | 8F | 0 | 60 | 18 | 1A | 13B | 5C | 27 |
| Octal | 275 | 10 | 217 | 0 | 140 | 30 | 32 | 473 | 134 | 47 |
| Binary | 10111101 | 1000 | 10001111 | 0 | 1100000 | 11000 | 11010 | 100111011 | 1011100 | 100111 |
Color Harmonies of #BD088F
Complementary color
Monochromatic Colors of #BD088F
Black with #BD088F
Text Example
Text Example
White with #BD088F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD088F; }
p { color: rgb(189,8,143); }
H1.HeaderClassName
{
color: #BD088F;
}
.AnyTagClassName
{
color: #BD088F;
}
</style>
background-color css
<style>
a { background-color: #BD088F; }
a { background-color: rgb(189,8,143); }
div.DivClassName
{
background-color: #BD088F;
}
.BgClassName
{
background-color: #BD088F;
}
</style>
border-color css
<style>
span { border-color: #BD088F; }
span { border-color: rgb(189,8,143); }
td.TdClassName
{
border-color: #BD088F;
}
.TagClassName
{
border-color: #BD088F;
}
</style>