Shades of Medium Violet Red #BD1299
Tints of Medium Violet Red #BD1299
RGB
CMYK
RGB Variations
Color information
#BD1299 (or 0xBD1299) is known color: Medium Violet Red. HEX triplet: BD, 12 and 99. RGB value is (189,18,153). Sum of RGB (Red+Green+Blue) = 189+18+153=360 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.5% from 360); Green value is 18 (7.42% from 255 or 5% from 360); Blue value is 153 (60.16% from 255 or 42.5% from 360); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1299 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD1299 is #42ED66. Grayscale: #545454. Windows color (decimal): -4386151 or 10031805. OLE color: 10031805.
HSL color Cylindrical-coordinate representation of color #BD1299: hue angle of 312.63º 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 #BD1299 is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 18 | 153 | - |
| CMYK | 0 | 0.90 | 0.19 | 0.26 |
| HSL | 312.63º | 0.83% | 0.41% | - |
| HSV(B) | 312.63º | 0.9% | 0.74% | - |
| XYZ | 26.95 | 13.55 | 31.33 | - |
| YUV | 84.52 | 166.65 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 18 | 153 | 0 | 0.90 | 0.19 | 0.26 | 312.63 | 0.83 | 0.41 |
| Hex | BD | 12 | 99 | 0 | 5A | 13 | 1A | 139 | 53 | 29 |
| Octal | 275 | 22 | 231 | 0 | 132 | 23 | 32 | 471 | 123 | 51 |
| Binary | 10111101 | 10010 | 10011001 | 0 | 1011010 | 10011 | 11010 | 100111001 | 1010011 | 101001 |
Color Harmonies of #BD1299
Complementary color
Monochromatic Colors of #BD1299
Black with #BD1299
Text Example
Text Example
White with #BD1299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1299; }
p { color: rgb(189,18,153); }
H1.HeaderClassName
{
color: #BD1299;
}
.AnyTagClassName
{
color: #BD1299;
}
</style>
background-color css
<style>
a { background-color: #BD1299; }
a { background-color: rgb(189,18,153); }
div.DivClassName
{
background-color: #BD1299;
}
.BgClassName
{
background-color: #BD1299;
}
</style>
border-color css
<style>
span { border-color: #BD1299; }
span { border-color: rgb(189,18,153); }
td.TdClassName
{
border-color: #BD1299;
}
.TagClassName
{
border-color: #BD1299;
}
</style>