Shades of Medium Violet Red #BD0C99
Tints of Medium Violet Red #BD0C99
RGB
CMYK
RGB Variations
Color information
#BD0C99 (or 0xBD0C99) is known color: Medium Violet Red. HEX triplet: BD, 0C and 99. RGB value is (189,12,153). Sum of RGB (Red+Green+Blue) = 189+12+153=354 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.39% from 354); Green value is 12 (5.08% from 255 or 3.39% from 354); Blue value is 153 (60.16% from 255 or 43.22% from 354); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0C99 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0C99 is #42F366. Grayscale: #505050. Windows color (decimal): -4387687 or 10030269. OLE color: 10030269.
HSL color Cylindrical-coordinate representation of color #BD0C99: hue angle of 312.2º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD0C99 is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 12 | 153 | - |
| CMYK | 0 | 0.94 | 0.19 | 0.26 |
| HSL | 312.2º | 0.88% | 0.39% | - |
| HSV(B) | 312.2º | 0.94% | 0.74% | - |
| XYZ | 26.87 | 13.38 | 31.3 | - |
| YUV | 81 | 168.64 | 205.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 12 | 153 | 0 | 0.94 | 0.19 | 0.26 | 312.2 | 0.88 | 0.39 |
| Hex | BD | C | 99 | 0 | 5E | 13 | 1A | 138 | 58 | 27 |
| Octal | 275 | 14 | 231 | 0 | 136 | 23 | 32 | 470 | 130 | 47 |
| Binary | 10111101 | 1100 | 10011001 | 0 | 1011110 | 10011 | 11010 | 100111000 | 1011000 | 100111 |
Color Harmonies of #BD0C99
Complementary color
Monochromatic Colors of #BD0C99
Black with #BD0C99
Text Example
Text Example
White with #BD0C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0C99; }
p { color: rgb(189,12,153); }
H1.HeaderClassName
{
color: #BD0C99;
}
.AnyTagClassName
{
color: #BD0C99;
}
</style>
background-color css
<style>
a { background-color: #BD0C99; }
a { background-color: rgb(189,12,153); }
div.DivClassName
{
background-color: #BD0C99;
}
.BgClassName
{
background-color: #BD0C99;
}
</style>
border-color css
<style>
span { border-color: #BD0C99; }
span { border-color: rgb(189,12,153); }
td.TdClassName
{
border-color: #BD0C99;
}
.TagClassName
{
border-color: #BD0C99;
}
</style>