Shades of Medium Violet Red #BD1276
Tints of Medium Violet Red #BD1276
RGB
CMYK
RGB Variations
Color information
#BD1276 (or 0xBD1276) is known color: Medium Violet Red. HEX triplet: BD, 12 and 76. RGB value is (189,18,118). Sum of RGB (Red+Green+Blue) = 189+18+118=325 (43% of max value = 765). Red value is 189 (74.22% from 255 or 58.15% from 325); Green value is 18 (7.42% from 255 or 5.54% from 325); Blue value is 118 (46.48% from 255 or 36.31% from 325); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1276 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1276 is #42ED89. Grayscale: #505050. Windows color (decimal): -4386186 or 7738045. OLE color: 7738045.
HSL color Cylindrical-coordinate representation of color #BD1276: hue angle of 324.91º degrees, saturation: 0.83, 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 #BD1276 is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 18 | 118 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.26 |
| HSL | 324.91º | 0.83% | 0.41% | - |
| HSV(B) | 324.91º | 0.9% | 0.74% | - |
| XYZ | 24.47 | 12.56 | 18.27 | - |
| YUV | 80.53 | 149.15 | 205.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 18 | 118 | 0 | 0.90 | 0.38 | 0.26 | 324.91 | 0.83 | 0.41 |
| Hex | BD | 12 | 76 | 0 | 5A | 26 | 1A | 145 | 53 | 29 |
| Octal | 275 | 22 | 166 | 0 | 132 | 46 | 32 | 505 | 123 | 51 |
| Binary | 10111101 | 10010 | 1110110 | 0 | 1011010 | 100110 | 11010 | 101000101 | 1010011 | 101001 |
Color Harmonies of #BD1276
Complementary color
Monochromatic Colors of #BD1276
Black with #BD1276
Text Example
Text Example
White with #BD1276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1276; }
p { color: rgb(189,18,118); }
H1.HeaderClassName
{
color: #BD1276;
}
.AnyTagClassName
{
color: #BD1276;
}
</style>
background-color css
<style>
a { background-color: #BD1276; }
a { background-color: rgb(189,18,118); }
div.DivClassName
{
background-color: #BD1276;
}
.BgClassName
{
background-color: #BD1276;
}
</style>
border-color css
<style>
span { border-color: #BD1276; }
span { border-color: rgb(189,18,118); }
td.TdClassName
{
border-color: #BD1276;
}
.TagClassName
{
border-color: #BD1276;
}
</style>