Shades of Medium Violet Red #BD1399
Tints of Medium Violet Red #BD1399
RGB
CMYK
RGB Variations
Color information
#BD1399 (or 0xBD1399) is known color: Medium Violet Red. HEX triplet: BD, 13 and 99. RGB value is (189,19,153). Sum of RGB (Red+Green+Blue) = 189+19+153=361 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.35% from 361); Green value is 19 (7.81% from 255 or 5.26% from 361); Blue value is 153 (60.16% from 255 or 42.38% from 361); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1399 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD1399 is #42EC66. Grayscale: #545454. Windows color (decimal): -4385895 or 10032061. OLE color: 10032061.
HSL color Cylindrical-coordinate representation of color #BD1399: hue angle of 312.71º degrees, saturation: 0.82, 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 #BD1399 is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 19 | 153 | - |
| CMYK | 0 | 0.90 | 0.19 | 0.26 |
| HSL | 312.71º | 0.82% | 0.41% | - |
| HSV(B) | 312.71º | 0.9% | 0.74% | - |
| XYZ | 26.97 | 13.58 | 31.34 | - |
| YUV | 85.11 | 166.32 | 202.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 19 | 153 | 0 | 0.90 | 0.19 | 0.26 | 312.71 | 0.82 | 0.41 |
| Hex | BD | 13 | 99 | 0 | 5A | 13 | 1A | 139 | 52 | 29 |
| Octal | 275 | 23 | 231 | 0 | 132 | 23 | 32 | 471 | 122 | 51 |
| Binary | 10111101 | 10011 | 10011001 | 0 | 1011010 | 10011 | 11010 | 100111001 | 1010010 | 101001 |
Color Harmonies of #BD1399
Complementary color
Monochromatic Colors of #BD1399
Black with #BD1399
Text Example
Text Example
White with #BD1399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1399; }
p { color: rgb(189,19,153); }
H1.HeaderClassName
{
color: #BD1399;
}
.AnyTagClassName
{
color: #BD1399;
}
</style>
background-color css
<style>
a { background-color: #BD1399; }
a { background-color: rgb(189,19,153); }
div.DivClassName
{
background-color: #BD1399;
}
.BgClassName
{
background-color: #BD1399;
}
</style>
border-color css
<style>
span { border-color: #BD1399; }
span { border-color: rgb(189,19,153); }
td.TdClassName
{
border-color: #BD1399;
}
.TagClassName
{
border-color: #BD1399;
}
</style>