Shades of Medium Violet Red #BD0271
Tints of Medium Violet Red #BD0271
RGB
CMYK
RGB Variations
Color information
#BD0271 (or 0xBD0271) is known color: Medium Violet Red. HEX triplet: BD, 02 and 71. RGB value is (189,2,113). Sum of RGB (Red+Green+Blue) = 189+2+113=304 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.17% from 304); Green value is 2 (1.17% from 255 or 0.66% from 304); Blue value is 113 (44.53% from 255 or 37.17% from 304); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0271 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0271 is #42FD8E. Grayscale: #464646. Windows color (decimal): -4390287 or 7406269. OLE color: 7406269.
HSL color Cylindrical-coordinate representation of color #BD0271: hue angle of 324.39º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD0271 is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 2 | 113 | - |
| CMYK | 0 | 0.99 | 0.40 | 0.26 |
| HSL | 324.39º | 0.98% | 0.37% | - |
| HSV(B) | 324.39º | 0.99% | 0.74% | - |
| XYZ | 23.99 | 12.05 | 16.69 | - |
| YUV | 70.57 | 151.95 | 212.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 2 | 113 | 0 | 0.99 | 0.40 | 0.26 | 324.39 | 0.98 | 0.37 |
| Hex | BD | 2 | 71 | 0 | 63 | 28 | 1A | 144 | 62 | 25 |
| Octal | 275 | 2 | 161 | 0 | 143 | 50 | 32 | 504 | 142 | 45 |
| Binary | 10111101 | 10 | 1110001 | 0 | 1100011 | 101000 | 11010 | 101000100 | 1100010 | 100101 |
Color Harmonies of #BD0271
Complementary color
Monochromatic Colors of #BD0271
Black with #BD0271
Text Example
Text Example
White with #BD0271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0271; }
p { color: rgb(189,2,113); }
H1.HeaderClassName
{
color: #BD0271;
}
.AnyTagClassName
{
color: #BD0271;
}
</style>
background-color css
<style>
a { background-color: #BD0271; }
a { background-color: rgb(189,2,113); }
div.DivClassName
{
background-color: #BD0271;
}
.BgClassName
{
background-color: #BD0271;
}
</style>
border-color css
<style>
span { border-color: #BD0271; }
span { border-color: rgb(189,2,113); }
td.TdClassName
{
border-color: #BD0271;
}
.TagClassName
{
border-color: #BD0271;
}
</style>