Shades of Medium Violet Red #BD138B
Tints of Medium Violet Red #BD138B
RGB
CMYK
RGB Variations
Color information
#BD138B (or 0xBD138B) is known color: Medium Violet Red. HEX triplet: BD, 13 and 8B. RGB value is (189,19,139). Sum of RGB (Red+Green+Blue) = 189+19+139=347 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.47% from 347); Green value is 19 (7.81% from 255 or 5.48% from 347); Blue value is 139 (54.69% from 255 or 40.06% from 347); Max value from RGB is 189 - color contains mainly: red. Hex color #BD138B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD138B is #42EC74. Grayscale: #535353. Windows color (decimal): -4385909 or 9114557. OLE color: 9114557.
HSL color Cylindrical-coordinate representation of color #BD138B: hue angle of 317.65º 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 #BD138B is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 19 | 139 | - |
| CMYK | 0 | 0.90 | 0.26 | 0.26 |
| HSL | 317.65º | 0.82% | 0.41% | - |
| HSV(B) | 317.65º | 0.9% | 0.74% | - |
| XYZ | 25.88 | 13.15 | 25.6 | - |
| YUV | 83.51 | 159.32 | 203.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 19 | 139 | 0 | 0.90 | 0.26 | 0.26 | 317.65 | 0.82 | 0.41 |
| Hex | BD | 13 | 8B | 0 | 5A | 1A | 1A | 13E | 52 | 29 |
| Octal | 275 | 23 | 213 | 0 | 132 | 32 | 32 | 476 | 122 | 51 |
| Binary | 10111101 | 10011 | 10001011 | 0 | 1011010 | 11010 | 11010 | 100111110 | 1010010 | 101001 |
Color Harmonies of #BD138B
Complementary color
Monochromatic Colors of #BD138B
Black with #BD138B
Text Example
Text Example
White with #BD138B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD138B; }
p { color: rgb(189,19,139); }
H1.HeaderClassName
{
color: #BD138B;
}
.AnyTagClassName
{
color: #BD138B;
}
</style>
background-color css
<style>
a { background-color: #BD138B; }
a { background-color: rgb(189,19,139); }
div.DivClassName
{
background-color: #BD138B;
}
.BgClassName
{
background-color: #BD138B;
}
</style>
border-color css
<style>
span { border-color: #BD138B; }
span { border-color: rgb(189,19,139); }
td.TdClassName
{
border-color: #BD138B;
}
.TagClassName
{
border-color: #BD138B;
}
</style>