Shades of Medium Violet Red #BD1295
Tints of Medium Violet Red #BD1295
RGB
CMYK
RGB Variations
Color information
#BD1295 (or 0xBD1295) is known color: Medium Violet Red. HEX triplet: BD, 12 and 95. RGB value is (189,18,149). Sum of RGB (Red+Green+Blue) = 189+18+149=356 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.09% from 356); Green value is 18 (7.42% from 255 or 5.06% from 356); Blue value is 149 (58.59% from 255 or 41.85% from 356); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1295 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD1295 is #42ED6A. Grayscale: #535353. Windows color (decimal): -4386155 or 9769661. OLE color: 9769661.
HSL color Cylindrical-coordinate representation of color #BD1295: hue angle of 314.04º 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 #BD1295 is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 18 | 149 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.26 |
| HSL | 314.04º | 0.83% | 0.41% | - |
| HSV(B) | 314.04º | 0.9% | 0.74% | - |
| XYZ | 26.63 | 13.42 | 29.62 | - |
| YUV | 84.06 | 164.65 | 202.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 18 | 149 | 0 | 0.90 | 0.21 | 0.26 | 314.04 | 0.83 | 0.41 |
| Hex | BD | 12 | 95 | 0 | 5A | 15 | 1A | 13A | 53 | 29 |
| Octal | 275 | 22 | 225 | 0 | 132 | 25 | 32 | 472 | 123 | 51 |
| Binary | 10111101 | 10010 | 10010101 | 0 | 1011010 | 10101 | 11010 | 100111010 | 1010011 | 101001 |
Color Harmonies of #BD1295
Complementary color
Monochromatic Colors of #BD1295
Black with #BD1295
Text Example
Text Example
White with #BD1295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1295; }
p { color: rgb(189,18,149); }
H1.HeaderClassName
{
color: #BD1295;
}
.AnyTagClassName
{
color: #BD1295;
}
</style>
background-color css
<style>
a { background-color: #BD1295; }
a { background-color: rgb(189,18,149); }
div.DivClassName
{
background-color: #BD1295;
}
.BgClassName
{
background-color: #BD1295;
}
</style>
border-color css
<style>
span { border-color: #BD1295; }
span { border-color: rgb(189,18,149); }
td.TdClassName
{
border-color: #BD1295;
}
.TagClassName
{
border-color: #BD1295;
}
</style>