Shades of Medium Violet Red #BD0295
Tints of Medium Violet Red #BD0295
RGB
CMYK
RGB Variations
Color information
#BD0295 (or 0xBD0295) is known color: Medium Violet Red. HEX triplet: BD, 02 and 95. RGB value is (189,2,149). Sum of RGB (Red+Green+Blue) = 189+2+149=340 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.59% from 340); Green value is 2 (1.17% from 255 or 0.59% from 340); Blue value is 149 (58.59% from 255 or 43.82% from 340); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0295 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0295 is #42FD6A. Grayscale: #4A4A4A. Windows color (decimal): -4390251 or 9765565. OLE color: 9765565.
HSL color Cylindrical-coordinate representation of color #BD0295: hue angle of 312.83º 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 #BD0295 is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 2 | 149 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.26 |
| HSL | 312.83º | 0.98% | 0.37% | - |
| HSV(B) | 312.83º | 0.99% | 0.74% | - |
| XYZ | 26.43 | 13.03 | 29.56 | - |
| YUV | 74.67 | 169.95 | 209.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 2 | 149 | 0 | 0.99 | 0.21 | 0.26 | 312.83 | 0.98 | 0.37 |
| Hex | BD | 2 | 95 | 0 | 63 | 15 | 1A | 139 | 62 | 25 |
| Octal | 275 | 2 | 225 | 0 | 143 | 25 | 32 | 471 | 142 | 45 |
| Binary | 10111101 | 10 | 10010101 | 0 | 1100011 | 10101 | 11010 | 100111001 | 1100010 | 100101 |
Color Harmonies of #BD0295
Complementary color
Monochromatic Colors of #BD0295
Black with #BD0295
Text Example
Text Example
White with #BD0295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0295; }
p { color: rgb(189,2,149); }
H1.HeaderClassName
{
color: #BD0295;
}
.AnyTagClassName
{
color: #BD0295;
}
</style>
background-color css
<style>
a { background-color: #BD0295; }
a { background-color: rgb(189,2,149); }
div.DivClassName
{
background-color: #BD0295;
}
.BgClassName
{
background-color: #BD0295;
}
</style>
border-color css
<style>
span { border-color: #BD0295; }
span { border-color: rgb(189,2,149); }
td.TdClassName
{
border-color: #BD0295;
}
.TagClassName
{
border-color: #BD0295;
}
</style>