Shades of Medium Violet Red #BD107D
Tints of Medium Violet Red #BD107D
RGB
CMYK
RGB Variations
Color information
#BD107D (or 0xBD107D) is known color: Medium Violet Red. HEX triplet: BD, 10 and 7D. RGB value is (189,16,125). Sum of RGB (Red+Green+Blue) = 189+16+125=330 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.27% from 330); Green value is 16 (6.64% from 255 or 4.85% from 330); Blue value is 125 (49.22% from 255 or 37.88% from 330); Max value from RGB is 189 - color contains mainly: red. Hex color #BD107D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD107D is #42EF82. Grayscale: #4F4F4F. Windows color (decimal): -4386691 or 8196285. OLE color: 8196285.
HSL color Cylindrical-coordinate representation of color #BD107D: hue angle of 322.2º 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 #BD107D is Cyan = 0, Magento = 0.92, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 16 | 125 | - |
| CMYK | 0 | 0.92 | 0.34 | 0.26 |
| HSL | 322.2º | 0.84% | 0.4% | - |
| HSV(B) | 322.2º | 0.92% | 0.74% | - |
| XYZ | 24.87 | 12.67 | 20.54 | - |
| YUV | 80.15 | 153.31 | 205.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 16 | 125 | 0 | 0.92 | 0.34 | 0.26 | 322.2 | 0.84 | 0.4 |
| Hex | BD | 10 | 7D | 0 | 5C | 22 | 1A | 142 | 54 | 28 |
| Octal | 275 | 20 | 175 | 0 | 134 | 42 | 32 | 502 | 124 | 50 |
| Binary | 10111101 | 10000 | 1111101 | 0 | 1011100 | 100010 | 11010 | 101000010 | 1010100 | 101000 |
Color Harmonies of #BD107D
Complementary color
Monochromatic Colors of #BD107D
Black with #BD107D
Text Example
Text Example
White with #BD107D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD107D; }
p { color: rgb(189,16,125); }
H1.HeaderClassName
{
color: #BD107D;
}
.AnyTagClassName
{
color: #BD107D;
}
</style>
background-color css
<style>
a { background-color: #BD107D; }
a { background-color: rgb(189,16,125); }
div.DivClassName
{
background-color: #BD107D;
}
.BgClassName
{
background-color: #BD107D;
}
</style>
border-color css
<style>
span { border-color: #BD107D; }
span { border-color: rgb(189,16,125); }
td.TdClassName
{
border-color: #BD107D;
}
.TagClassName
{
border-color: #BD107D;
}
</style>