Shades of Medium Violet Red #BD136D
Tints of Medium Violet Red #BD136D
RGB
CMYK
RGB Variations
Color information
#BD136D (or 0xBD136D) is known color: Medium Violet Red. HEX triplet: BD, 13 and 6D. RGB value is (189,19,109). Sum of RGB (Red+Green+Blue) = 189+19+109=317 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.62% from 317); Green value is 19 (7.81% from 255 or 5.99% from 317); Blue value is 109 (42.97% from 255 or 34.38% from 317); Max value from RGB is 189 - color contains mainly: red. Hex color #BD136D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD136D is #42EC92. Grayscale: #4F4F4F. Windows color (decimal): -4385939 or 7148477. OLE color: 7148477.
HSL color Cylindrical-coordinate representation of color #BD136D: hue angle of 328.24º 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 #BD136D is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 19 | 109 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.26 |
| HSL | 328.24º | 0.82% | 0.41% | - |
| HSV(B) | 328.24º | 0.9% | 0.74% | - |
| XYZ | 23.98 | 12.39 | 15.6 | - |
| YUV | 80.09 | 144.32 | 205.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 19 | 109 | 0 | 0.90 | 0.42 | 0.26 | 328.24 | 0.82 | 0.41 |
| Hex | BD | 13 | 6D | 0 | 5A | 2A | 1A | 148 | 52 | 29 |
| Octal | 275 | 23 | 155 | 0 | 132 | 52 | 32 | 510 | 122 | 51 |
| Binary | 10111101 | 10011 | 1101101 | 0 | 1011010 | 101010 | 11010 | 101001000 | 1010010 | 101001 |
Color Harmonies of #BD136D
Complementary color
Monochromatic Colors of #BD136D
Black with #BD136D
Text Example
Text Example
White with #BD136D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD136D; }
p { color: rgb(189,19,109); }
H1.HeaderClassName
{
color: #BD136D;
}
.AnyTagClassName
{
color: #BD136D;
}
</style>
background-color css
<style>
a { background-color: #BD136D; }
a { background-color: rgb(189,19,109); }
div.DivClassName
{
background-color: #BD136D;
}
.BgClassName
{
background-color: #BD136D;
}
</style>
border-color css
<style>
span { border-color: #BD136D; }
span { border-color: rgb(189,19,109); }
td.TdClassName
{
border-color: #BD136D;
}
.TagClassName
{
border-color: #BD136D;
}
</style>