Shades of Medium Violet Red #BD139B
Tints of Medium Violet Red #BD139B
RGB
CMYK
RGB Variations
Color information
#BD139B (or 0xBD139B) is known color: Medium Violet Red. HEX triplet: BD, 13 and 9B. RGB value is (189,19,155). Sum of RGB (Red+Green+Blue) = 189+19+155=363 (48% of max value = 765). Red value is 189 (74.22% from 255 or 52.07% from 363); Green value is 19 (7.81% from 255 or 5.23% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 189 - color contains mainly: red. Hex color #BD139B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD139B is #42EC64. Grayscale: #545454. Windows color (decimal): -4385893 or 10163133. OLE color: 10163133.
HSL color Cylindrical-coordinate representation of color #BD139B: hue angle of 312º 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 #BD139B is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 19 | 155 | - |
| CMYK | 0 | 0.90 | 0.18 | 0.26 |
| HSL | 312º | 0.82% | 0.41% | - |
| HSV(B) | 312º | 0.9% | 0.74% | - |
| XYZ | 27.14 | 13.65 | 32.22 | - |
| YUV | 85.33 | 167.32 | 201.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 19 | 155 | 0 | 0.90 | 0.18 | 0.26 | 312 | 0.82 | 0.41 |
| Hex | BD | 13 | 9B | 0 | 5A | 12 | 1A | 138 | 52 | 29 |
| Octal | 275 | 23 | 233 | 0 | 132 | 22 | 32 | 470 | 122 | 51 |
| Binary | 10111101 | 10011 | 10011011 | 0 | 1011010 | 10010 | 11010 | 100111000 | 1010010 | 101001 |
Color Harmonies of #BD139B
Complementary color
Monochromatic Colors of #BD139B
Black with #BD139B
Text Example
Text Example
White with #BD139B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD139B; }
p { color: rgb(189,19,155); }
H1.HeaderClassName
{
color: #BD139B;
}
.AnyTagClassName
{
color: #BD139B;
}
</style>
background-color css
<style>
a { background-color: #BD139B; }
a { background-color: rgb(189,19,155); }
div.DivClassName
{
background-color: #BD139B;
}
.BgClassName
{
background-color: #BD139B;
}
</style>
border-color css
<style>
span { border-color: #BD139B; }
span { border-color: rgb(189,19,155); }
td.TdClassName
{
border-color: #BD139B;
}
.TagClassName
{
border-color: #BD139B;
}
</style>