Shades of Medium Violet Red #BD147E
Tints of Medium Violet Red #BD147E
RGB
CMYK
RGB Variations
Color information
#BD147E (or 0xBD147E) is known color: Medium Violet Red. HEX triplet: BD, 14 and 7E. RGB value is (189,20,126). Sum of RGB (Red+Green+Blue) = 189+20+126=335 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.42% from 335); Green value is 20 (8.20% from 255 or 5.97% from 335); Blue value is 126 (49.61% from 255 or 37.61% from 335); Max value from RGB is 189 - color contains mainly: red. Hex color #BD147E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD147E is #42EB81. Grayscale: #525252. Windows color (decimal): -4385666 or 8262845. OLE color: 8262845.
HSL color Cylindrical-coordinate representation of color #BD147E: hue angle of 322.37º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD147E is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 20 | 126 | - |
| CMYK | 0 | 0.89 | 0.33 | 0.26 |
| HSL | 322.37º | 0.81% | 0.41% | - |
| HSV(B) | 322.37º | 0.89% | 0.74% | - |
| XYZ | 25 | 12.83 | 20.9 | - |
| YUV | 82.62 | 152.49 | 203.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 20 | 126 | 0 | 0.89 | 0.33 | 0.26 | 322.37 | 0.81 | 0.41 |
| Hex | BD | 14 | 7E | 0 | 59 | 21 | 1A | 142 | 51 | 29 |
| Octal | 275 | 24 | 176 | 0 | 131 | 41 | 32 | 502 | 121 | 51 |
| Binary | 10111101 | 10100 | 1111110 | 0 | 1011001 | 100001 | 11010 | 101000010 | 1010001 | 101001 |
Color Harmonies of #BD147E
Complementary color
Monochromatic Colors of #BD147E
Black with #BD147E
Text Example
Text Example
White with #BD147E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD147E; }
p { color: rgb(189,20,126); }
H1.HeaderClassName
{
color: #BD147E;
}
.AnyTagClassName
{
color: #BD147E;
}
</style>
background-color css
<style>
a { background-color: #BD147E; }
a { background-color: rgb(189,20,126); }
div.DivClassName
{
background-color: #BD147E;
}
.BgClassName
{
background-color: #BD147E;
}
</style>
border-color css
<style>
span { border-color: #BD147E; }
span { border-color: rgb(189,20,126); }
td.TdClassName
{
border-color: #BD147E;
}
.TagClassName
{
border-color: #BD147E;
}
</style>