Shades of Medium Violet Red #BD149A
Tints of Medium Violet Red #BD149A
RGB
CMYK
RGB Variations
Color information
#BD149A (or 0xBD149A) is known color: Medium Violet Red. HEX triplet: BD, 14 and 9A. RGB value is (189,20,154). Sum of RGB (Red+Green+Blue) = 189+20+154=363 (48% of max value = 765). Red value is 189 (74.22% from 255 or 52.07% from 363); Green value is 20 (8.20% from 255 or 5.51% from 363); Blue value is 154 (60.55% from 255 or 42.42% from 363); Max value from RGB is 189 - color contains mainly: red. Hex color #BD149A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD149A is #42EB65. Grayscale: #555555. Windows color (decimal): -4385638 or 10097853. OLE color: 10097853.
HSL color Cylindrical-coordinate representation of color #BD149A: hue angle of 312.43º 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 #BD149A is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 20 | 154 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.26 |
| HSL | 312.43º | 0.81% | 0.41% | - |
| HSV(B) | 312.43º | 0.89% | 0.74% | - |
| XYZ | 27.07 | 13.65 | 31.78 | - |
| YUV | 85.81 | 166.49 | 201.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 20 | 154 | 0 | 0.89 | 0.19 | 0.26 | 312.43 | 0.81 | 0.41 |
| Hex | BD | 14 | 9A | 0 | 59 | 13 | 1A | 138 | 51 | 29 |
| Octal | 275 | 24 | 232 | 0 | 131 | 23 | 32 | 470 | 121 | 51 |
| Binary | 10111101 | 10100 | 10011010 | 0 | 1011001 | 10011 | 11010 | 100111000 | 1010001 | 101001 |
Color Harmonies of #BD149A
Complementary color
Monochromatic Colors of #BD149A
Black with #BD149A
Text Example
Text Example
White with #BD149A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD149A; }
p { color: rgb(189,20,154); }
H1.HeaderClassName
{
color: #BD149A;
}
.AnyTagClassName
{
color: #BD149A;
}
</style>
background-color css
<style>
a { background-color: #BD149A; }
a { background-color: rgb(189,20,154); }
div.DivClassName
{
background-color: #BD149A;
}
.BgClassName
{
background-color: #BD149A;
}
</style>
border-color css
<style>
span { border-color: #BD149A; }
span { border-color: rgb(189,20,154); }
td.TdClassName
{
border-color: #BD149A;
}
.TagClassName
{
border-color: #BD149A;
}
</style>