Shades of Medium Violet Red #BD139A
Tints of Medium Violet Red #BD139A
RGB
CMYK
RGB Variations
Color information
#BD139A (or 0xBD139A) is known color: Medium Violet Red. HEX triplet: BD, 13 and 9A. RGB value is (189,19,154). Sum of RGB (Red+Green+Blue) = 189+19+154=362 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.21% from 362); Green value is 19 (7.81% from 255 or 5.25% from 362); Blue value is 154 (60.55% from 255 or 42.54% from 362); Max value from RGB is 189 - color contains mainly: red. Hex color #BD139A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD139A is #42EC65. Grayscale: #545454. Windows color (decimal): -4385894 or 10097597. OLE color: 10097597.
HSL color Cylindrical-coordinate representation of color #BD139A: hue angle of 312.35º 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 #BD139A is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 19 | 154 | - |
| CMYK | 0 | 0.90 | 0.19 | 0.26 |
| HSL | 312.35º | 0.82% | 0.41% | - |
| HSV(B) | 312.35º | 0.9% | 0.74% | - |
| XYZ | 27.05 | 13.62 | 31.77 | - |
| YUV | 85.22 | 166.82 | 202.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 19 | 154 | 0 | 0.90 | 0.19 | 0.26 | 312.35 | 0.82 | 0.41 |
| Hex | BD | 13 | 9A | 0 | 5A | 13 | 1A | 138 | 52 | 29 |
| Octal | 275 | 23 | 232 | 0 | 132 | 23 | 32 | 470 | 122 | 51 |
| Binary | 10111101 | 10011 | 10011010 | 0 | 1011010 | 10011 | 11010 | 100111000 | 1010010 | 101001 |
Color Harmonies of #BD139A
Complementary color
Monochromatic Colors of #BD139A
Black with #BD139A
Text Example
Text Example
White with #BD139A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD139A; }
p { color: rgb(189,19,154); }
H1.HeaderClassName
{
color: #BD139A;
}
.AnyTagClassName
{
color: #BD139A;
}
</style>
background-color css
<style>
a { background-color: #BD139A; }
a { background-color: rgb(189,19,154); }
div.DivClassName
{
background-color: #BD139A;
}
.BgClassName
{
background-color: #BD139A;
}
</style>
border-color css
<style>
span { border-color: #BD139A; }
span { border-color: rgb(189,19,154); }
td.TdClassName
{
border-color: #BD139A;
}
.TagClassName
{
border-color: #BD139A;
}
</style>