Shades of Medium Violet Red #BD0298
Tints of Medium Violet Red #BD0298
RGB
CMYK
RGB Variations
Color information
#BD0298 (or 0xBD0298) is known color: Medium Violet Red. HEX triplet: BD, 02 and 98. RGB value is (189,2,152). Sum of RGB (Red+Green+Blue) = 189+2+152=343 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.10% from 343); Green value is 2 (1.17% from 255 or 0.58% from 343); Blue value is 152 (59.77% from 255 or 44.31% from 343); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0298 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0298 is #42FD67. Grayscale: #4A4A4A. Windows color (decimal): -4390248 or 9962173. OLE color: 9962173.
HSL color Cylindrical-coordinate representation of color #BD0298: hue angle of 311.87º 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 #BD0298 is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 2 | 152 | - |
| CMYK | 0 | 0.99 | 0.20 | 0.26 |
| HSL | 311.87º | 0.98% | 0.37% | - |
| HSV(B) | 311.87º | 0.99% | 0.74% | - |
| XYZ | 26.68 | 13.13 | 30.83 | - |
| YUV | 75.01 | 171.45 | 209.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 2 | 152 | 0 | 0.99 | 0.20 | 0.26 | 311.87 | 0.98 | 0.37 |
| Hex | BD | 2 | 98 | 0 | 63 | 14 | 1A | 138 | 62 | 25 |
| Octal | 275 | 2 | 230 | 0 | 143 | 24 | 32 | 470 | 142 | 45 |
| Binary | 10111101 | 10 | 10011000 | 0 | 1100011 | 10100 | 11010 | 100111000 | 1100010 | 100101 |
Color Harmonies of #BD0298
Complementary color
Monochromatic Colors of #BD0298
Black with #BD0298
Text Example
Text Example
White with #BD0298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0298; }
p { color: rgb(189,2,152); }
H1.HeaderClassName
{
color: #BD0298;
}
.AnyTagClassName
{
color: #BD0298;
}
</style>
background-color css
<style>
a { background-color: #BD0298; }
a { background-color: rgb(189,2,152); }
div.DivClassName
{
background-color: #BD0298;
}
.BgClassName
{
background-color: #BD0298;
}
</style>
border-color css
<style>
span { border-color: #BD0298; }
span { border-color: rgb(189,2,152); }
td.TdClassName
{
border-color: #BD0298;
}
.TagClassName
{
border-color: #BD0298;
}
</style>