Shades of Medium Violet Red #BD078B
Tints of Medium Violet Red #BD078B
RGB
CMYK
RGB Variations
Color information
#BD078B (or 0xBD078B) is known color: Medium Violet Red. HEX triplet: BD, 07 and 8B. RGB value is (189,7,139). Sum of RGB (Red+Green+Blue) = 189+7+139=335 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.42% from 335); Green value is 7 (3.12% from 255 or 2.09% from 335); Blue value is 139 (54.69% from 255 or 41.49% from 335); Max value from RGB is 189 - color contains mainly: red. Hex color #BD078B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD078B is #42F874. Grayscale: #4C4C4C. Windows color (decimal): -4388981 or 9111485. OLE color: 9111485.
HSL color Cylindrical-coordinate representation of color #BD078B: hue angle of 316.48º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD078B is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 7 | 139 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.26 |
| HSL | 316.48º | 0.93% | 0.38% | - |
| HSV(B) | 316.48º | 0.96% | 0.74% | - |
| XYZ | 25.72 | 12.83 | 25.55 | - |
| YUV | 76.47 | 163.3 | 208.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 7 | 139 | 0 | 0.96 | 0.26 | 0.26 | 316.48 | 0.93 | 0.38 |
| Hex | BD | 7 | 8B | 0 | 60 | 1A | 1A | 13C | 5D | 26 |
| Octal | 275 | 7 | 213 | 0 | 140 | 32 | 32 | 474 | 135 | 46 |
| Binary | 10111101 | 111 | 10001011 | 0 | 1100000 | 11010 | 11010 | 100111100 | 1011101 | 100110 |
Color Harmonies of #BD078B
Complementary color
Monochromatic Colors of #BD078B
Black with #BD078B
Text Example
Text Example
White with #BD078B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD078B; }
p { color: rgb(189,7,139); }
H1.HeaderClassName
{
color: #BD078B;
}
.AnyTagClassName
{
color: #BD078B;
}
</style>
background-color css
<style>
a { background-color: #BD078B; }
a { background-color: rgb(189,7,139); }
div.DivClassName
{
background-color: #BD078B;
}
.BgClassName
{
background-color: #BD078B;
}
</style>
border-color css
<style>
span { border-color: #BD078B; }
span { border-color: rgb(189,7,139); }
td.TdClassName
{
border-color: #BD078B;
}
.TagClassName
{
border-color: #BD078B;
}
</style>