Shades of Medium Violet Red #BD108B
Tints of Medium Violet Red #BD108B
RGB
CMYK
RGB Variations
Color information
#BD108B (or 0xBD108B) is known color: Medium Violet Red. HEX triplet: BD, 10 and 8B. RGB value is (189,16,139). Sum of RGB (Red+Green+Blue) = 189+16+139=344 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.94% from 344); Green value is 16 (6.64% from 255 or 4.65% from 344); Blue value is 139 (54.69% from 255 or 40.41% from 344); Max value from RGB is 189 - color contains mainly: red. Hex color #BD108B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD108B is #42EF74. Grayscale: #515151. Windows color (decimal): -4386677 or 9113789. OLE color: 9113789.
HSL color Cylindrical-coordinate representation of color #BD108B: hue angle of 317.34º 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 #BD108B is Cyan = 0, Magento = 0.92, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 16 | 139 | - |
| CMYK | 0 | 0.92 | 0.26 | 0.26 |
| HSL | 317.34º | 0.84% | 0.4% | - |
| HSV(B) | 317.34º | 0.92% | 0.74% | - |
| XYZ | 25.83 | 13.05 | 25.58 | - |
| YUV | 81.75 | 160.31 | 204.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 16 | 139 | 0 | 0.92 | 0.26 | 0.26 | 317.34 | 0.84 | 0.4 |
| Hex | BD | 10 | 8B | 0 | 5C | 1A | 1A | 13D | 54 | 28 |
| Octal | 275 | 20 | 213 | 0 | 134 | 32 | 32 | 475 | 124 | 50 |
| Binary | 10111101 | 10000 | 10001011 | 0 | 1011100 | 11010 | 11010 | 100111101 | 1010100 | 101000 |
Color Harmonies of #BD108B
Complementary color
Monochromatic Colors of #BD108B
Black with #BD108B
Text Example
Text Example
White with #BD108B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD108B; }
p { color: rgb(189,16,139); }
H1.HeaderClassName
{
color: #BD108B;
}
.AnyTagClassName
{
color: #BD108B;
}
</style>
background-color css
<style>
a { background-color: #BD108B; }
a { background-color: rgb(189,16,139); }
div.DivClassName
{
background-color: #BD108B;
}
.BgClassName
{
background-color: #BD108B;
}
</style>
border-color css
<style>
span { border-color: #BD108B; }
span { border-color: rgb(189,16,139); }
td.TdClassName
{
border-color: #BD108B;
}
.TagClassName
{
border-color: #BD108B;
}
</style>