Shades of Medium Violet Red #BD106E
Tints of Medium Violet Red #BD106E
RGB
CMYK
RGB Variations
Color information
#BD106E (or 0xBD106E) is known color: Medium Violet Red. HEX triplet: BD, 10 and 6E. RGB value is (189,16,110). Sum of RGB (Red+Green+Blue) = 189+16+110=315 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60% from 315); Green value is 16 (6.64% from 255 or 5.08% from 315); Blue value is 110 (43.36% from 255 or 34.92% from 315); Max value from RGB is 189 - color contains mainly: red. Hex color #BD106E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD106E is #42EF91. Grayscale: #4E4E4E. Windows color (decimal): -4386706 or 7213245. OLE color: 7213245.
HSL color Cylindrical-coordinate representation of color #BD106E: hue angle of 327.4º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD106E is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 16 | 110 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.26 |
| HSL | 327.4º | 0.84% | 0.4% | - |
| HSV(B) | 327.4º | 0.92% | 0.74% | - |
| XYZ | 23.99 | 12.32 | 15.86 | - |
| YUV | 78.44 | 145.81 | 206.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 16 | 110 | 0 | 0.92 | 0.42 | 0.26 | 327.4 | 0.84 | 0.4 |
| Hex | BD | 10 | 6E | 0 | 5C | 2A | 1A | 147 | 54 | 28 |
| Octal | 275 | 20 | 156 | 0 | 134 | 52 | 32 | 507 | 124 | 50 |
| Binary | 10111101 | 10000 | 1101110 | 0 | 1011100 | 101010 | 11010 | 101000111 | 1010100 | 101000 |
Color Harmonies of #BD106E
Complementary color
Monochromatic Colors of #BD106E
Black with #BD106E
Text Example
Text Example
White with #BD106E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD106E; }
p { color: rgb(189,16,110); }
H1.HeaderClassName
{
color: #BD106E;
}
.AnyTagClassName
{
color: #BD106E;
}
</style>
background-color css
<style>
a { background-color: #BD106E; }
a { background-color: rgb(189,16,110); }
div.DivClassName
{
background-color: #BD106E;
}
.BgClassName
{
background-color: #BD106E;
}
</style>
border-color css
<style>
span { border-color: #BD106E; }
span { border-color: rgb(189,16,110); }
td.TdClassName
{
border-color: #BD106E;
}
.TagClassName
{
border-color: #BD106E;
}
</style>