Shades of Medium Violet Red #BD067E
Tints of Medium Violet Red #BD067E
RGB
CMYK
RGB Variations
Color information
#BD067E (or 0xBD067E) is known color: Medium Violet Red. HEX triplet: BD, 06 and 7E. RGB value is (189,6,126). Sum of RGB (Red+Green+Blue) = 189+6+126=321 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.88% from 321); Green value is 6 (2.73% from 255 or 1.87% from 321); Blue value is 126 (49.61% from 255 or 39.25% from 321); Max value from RGB is 189 - color contains mainly: red. Hex color #BD067E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD067E is #42F981. Grayscale: #4A4A4A. Windows color (decimal): -4389250 or 8259261. OLE color: 8259261.
HSL color Cylindrical-coordinate representation of color #BD067E: hue angle of 320.66º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD067E is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 6 | 126 | - |
| CMYK | 0 | 0.97 | 0.33 | 0.26 |
| HSL | 320.66º | 0.94% | 0.38% | - |
| HSV(B) | 320.66º | 0.97% | 0.74% | - |
| XYZ | 24.82 | 12.46 | 20.83 | - |
| YUV | 74.4 | 157.13 | 209.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 6 | 126 | 0 | 0.97 | 0.33 | 0.26 | 320.66 | 0.94 | 0.38 |
| Hex | BD | 6 | 7E | 0 | 61 | 21 | 1A | 141 | 5E | 26 |
| Octal | 275 | 6 | 176 | 0 | 141 | 41 | 32 | 501 | 136 | 46 |
| Binary | 10111101 | 110 | 1111110 | 0 | 1100001 | 100001 | 11010 | 101000001 | 1011110 | 100110 |
Color Harmonies of #BD067E
Complementary color
Monochromatic Colors of #BD067E
Black with #BD067E
Text Example
Text Example
White with #BD067E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD067E; }
p { color: rgb(189,6,126); }
H1.HeaderClassName
{
color: #BD067E;
}
.AnyTagClassName
{
color: #BD067E;
}
</style>
background-color css
<style>
a { background-color: #BD067E; }
a { background-color: rgb(189,6,126); }
div.DivClassName
{
background-color: #BD067E;
}
.BgClassName
{
background-color: #BD067E;
}
</style>
border-color css
<style>
span { border-color: #BD067E; }
span { border-color: rgb(189,6,126); }
td.TdClassName
{
border-color: #BD067E;
}
.TagClassName
{
border-color: #BD067E;
}
</style>