Shades of Medium Violet Red #BD077B
Tints of Medium Violet Red #BD077B
RGB
CMYK
RGB Variations
Color information
#BD077B (or 0xBD077B) is known color: Medium Violet Red. HEX triplet: BD, 07 and 7B. RGB value is (189,7,123). Sum of RGB (Red+Green+Blue) = 189+7+123=319 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.25% from 319); Green value is 7 (3.12% from 255 or 2.19% from 319); Blue value is 123 (48.44% from 255 or 38.56% from 319); Max value from RGB is 189 - color contains mainly: red. Hex color #BD077B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD077B is #42F884. Grayscale: #4A4A4A. Windows color (decimal): -4388997 or 8062909. OLE color: 8062909.
HSL color Cylindrical-coordinate representation of color #BD077B: hue angle of 321.76º 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 #BD077B is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 7 | 123 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.26 |
| HSL | 321.76º | 0.93% | 0.38% | - |
| HSV(B) | 321.76º | 0.96% | 0.74% | - |
| XYZ | 24.64 | 12.4 | 19.83 | - |
| YUV | 74.64 | 155.3 | 209.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 7 | 123 | 0 | 0.96 | 0.35 | 0.26 | 321.76 | 0.93 | 0.38 |
| Hex | BD | 7 | 7B | 0 | 60 | 23 | 1A | 142 | 5D | 26 |
| Octal | 275 | 7 | 173 | 0 | 140 | 43 | 32 | 502 | 135 | 46 |
| Binary | 10111101 | 111 | 1111011 | 0 | 1100000 | 100011 | 11010 | 101000010 | 1011101 | 100110 |
Color Harmonies of #BD077B
Complementary color
Monochromatic Colors of #BD077B
Black with #BD077B
Text Example
Text Example
White with #BD077B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD077B; }
p { color: rgb(189,7,123); }
H1.HeaderClassName
{
color: #BD077B;
}
.AnyTagClassName
{
color: #BD077B;
}
</style>
background-color css
<style>
a { background-color: #BD077B; }
a { background-color: rgb(189,7,123); }
div.DivClassName
{
background-color: #BD077B;
}
.BgClassName
{
background-color: #BD077B;
}
</style>
border-color css
<style>
span { border-color: #BD077B; }
span { border-color: rgb(189,7,123); }
td.TdClassName
{
border-color: #BD077B;
}
.TagClassName
{
border-color: #BD077B;
}
</style>