Shades of Medium Violet Red #BD139D
Tints of Medium Violet Red #BD139D
RGB
CMYK
RGB Variations
Color information
#BD139D (or 0xBD139D) is known color: Medium Violet Red. HEX triplet: BD, 13 and 9D. RGB value is (189,19,157). Sum of RGB (Red+Green+Blue) = 189+19+157=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 19 (7.81% from 255 or 5.21% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD139D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD139D is #42EC62. Grayscale: #555555. Windows color (decimal): -4385891 or 10294205. OLE color: 10294205.
HSL color Cylindrical-coordinate representation of color #BD139D: hue angle of 311.29º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD139D is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 19 | 157 | - |
| CMYK | 0 | 0.90 | 0.17 | 0.26 |
| HSL | 311.29º | 0.82% | 0.41% | - |
| HSV(B) | 311.29º | 0.9% | 0.74% | - |
| XYZ | 27.3 | 13.72 | 33.11 | - |
| YUV | 85.56 | 168.32 | 201.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 19 | 157 | 0 | 0.90 | 0.17 | 0.26 | 311.29 | 0.82 | 0.41 |
| Hex | BD | 13 | 9D | 0 | 5A | 11 | 1A | 137 | 52 | 29 |
| Octal | 275 | 23 | 235 | 0 | 132 | 21 | 32 | 467 | 122 | 51 |
| Binary | 10111101 | 10011 | 10011101 | 0 | 1011010 | 10001 | 11010 | 100110111 | 1010010 | 101001 |
Color Harmonies of #BD139D
Complementary color
Monochromatic Colors of #BD139D
Black with #BD139D
Text Example
Text Example
White with #BD139D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD139D; }
p { color: rgb(189,19,157); }
H1.HeaderClassName
{
color: #BD139D;
}
.AnyTagClassName
{
color: #BD139D;
}
</style>
background-color css
<style>
a { background-color: #BD139D; }
a { background-color: rgb(189,19,157); }
div.DivClassName
{
background-color: #BD139D;
}
.BgClassName
{
background-color: #BD139D;
}
</style>
border-color css
<style>
span { border-color: #BD139D; }
span { border-color: rgb(189,19,157); }
td.TdClassName
{
border-color: #BD139D;
}
.TagClassName
{
border-color: #BD139D;
}
</style>