Shades of Medium Violet Red #BD1271
Tints of Medium Violet Red #BD1271
RGB
CMYK
RGB Variations
Color information
#BD1271 (or 0xBD1271) is known color: Medium Violet Red. HEX triplet: BD, 12 and 71. RGB value is (189,18,113). Sum of RGB (Red+Green+Blue) = 189+18+113=320 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.06% from 320); Green value is 18 (7.42% from 255 or 5.62% from 320); Blue value is 113 (44.53% from 255 or 35.31% from 320); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1271 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1271 is #42ED8E. Grayscale: #4F4F4F. Windows color (decimal): -4386191 or 7410365. OLE color: 7410365.
HSL color Cylindrical-coordinate representation of color #BD1271: hue angle of 326.67º 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 #BD1271 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 18 | 113 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.26 |
| HSL | 326.67º | 0.83% | 0.41% | - |
| HSV(B) | 326.67º | 0.9% | 0.74% | - |
| XYZ | 24.18 | 12.44 | 16.75 | - |
| YUV | 79.96 | 146.65 | 205.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 18 | 113 | 0 | 0.90 | 0.40 | 0.26 | 326.67 | 0.83 | 0.41 |
| Hex | BD | 12 | 71 | 0 | 5A | 28 | 1A | 147 | 53 | 29 |
| Octal | 275 | 22 | 161 | 0 | 132 | 50 | 32 | 507 | 123 | 51 |
| Binary | 10111101 | 10010 | 1110001 | 0 | 1011010 | 101000 | 11010 | 101000111 | 1010011 | 101001 |
Color Harmonies of #BD1271
Complementary color
Monochromatic Colors of #BD1271
Black with #BD1271
Text Example
Text Example
White with #BD1271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1271; }
p { color: rgb(189,18,113); }
H1.HeaderClassName
{
color: #BD1271;
}
.AnyTagClassName
{
color: #BD1271;
}
</style>
background-color css
<style>
a { background-color: #BD1271; }
a { background-color: rgb(189,18,113); }
div.DivClassName
{
background-color: #BD1271;
}
.BgClassName
{
background-color: #BD1271;
}
</style>
border-color css
<style>
span { border-color: #BD1271; }
span { border-color: rgb(189,18,113); }
td.TdClassName
{
border-color: #BD1271;
}
.TagClassName
{
border-color: #BD1271;
}
</style>