Shades of Medium Violet Red #BD087A
Tints of Medium Violet Red #BD087A
RGB
CMYK
RGB Variations
Color information
#BD087A (or 0xBD087A) is known color: Medium Violet Red. HEX triplet: BD, 08 and 7A. RGB value is (189,8,122). Sum of RGB (Red+Green+Blue) = 189+8+122=319 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.25% from 319); Green value is 8 (3.52% from 255 or 2.51% from 319); Blue value is 122 (48.05% from 255 or 38.24% from 319); Max value from RGB is 189 - color contains mainly: red. Hex color #BD087A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD087A is #42F785. Grayscale: #4A4A4A. Windows color (decimal): -4388742 or 7997629. OLE color: 7997629.
HSL color Cylindrical-coordinate representation of color #BD087A: hue angle of 322.21º 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 #BD087A is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 8 | 122 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.26 |
| HSL | 322.21º | 0.92% | 0.39% | - |
| HSV(B) | 322.21º | 0.96% | 0.74% | - |
| XYZ | 24.59 | 12.4 | 19.51 | - |
| YUV | 75.12 | 154.47 | 209.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 8 | 122 | 0 | 0.96 | 0.35 | 0.26 | 322.21 | 0.92 | 0.39 |
| Hex | BD | 8 | 7A | 0 | 60 | 23 | 1A | 142 | 5C | 27 |
| Octal | 275 | 10 | 172 | 0 | 140 | 43 | 32 | 502 | 134 | 47 |
| Binary | 10111101 | 1000 | 1111010 | 0 | 1100000 | 100011 | 11010 | 101000010 | 1011100 | 100111 |
Color Harmonies of #BD087A
Complementary color
Monochromatic Colors of #BD087A
Black with #BD087A
Text Example
Text Example
White with #BD087A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD087A; }
p { color: rgb(189,8,122); }
H1.HeaderClassName
{
color: #BD087A;
}
.AnyTagClassName
{
color: #BD087A;
}
</style>
background-color css
<style>
a { background-color: #BD087A; }
a { background-color: rgb(189,8,122); }
div.DivClassName
{
background-color: #BD087A;
}
.BgClassName
{
background-color: #BD087A;
}
</style>
border-color css
<style>
span { border-color: #BD087A; }
span { border-color: rgb(189,8,122); }
td.TdClassName
{
border-color: #BD087A;
}
.TagClassName
{
border-color: #BD087A;
}
</style>