Shades of Medium Violet Red #BD1B99
Tints of Medium Violet Red #BD1B99
RGB
CMYK
RGB Variations
Color information
#BD1B99 (or 0xBD1B99) is known color: Medium Violet Red. HEX triplet: BD, 1B and 99. RGB value is (189,27,153). Sum of RGB (Red+Green+Blue) = 189+27+153=369 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.22% from 369); Green value is 27 (10.94% from 255 or 7.32% from 369); Blue value is 153 (60.16% from 255 or 41.46% from 369); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1B99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD1B99 is #42E466. Grayscale: #595959. Windows color (decimal): -4383847 or 10034109. OLE color: 10034109.
HSL color Cylindrical-coordinate representation of color #BD1B99: hue angle of 313.33º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD1B99 is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 27 | 153 | - |
| CMYK | 0 | 0.86 | 0.19 | 0.26 |
| HSL | 313.33º | 0.75% | 0.42% | - |
| HSV(B) | 313.33º | 0.86% | 0.74% | - |
| XYZ | 27.13 | 13.9 | 31.39 | - |
| YUV | 89.8 | 163.67 | 198.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 27 | 153 | 0 | 0.86 | 0.19 | 0.26 | 313.33 | 0.75 | 0.42 |
| Hex | BD | 1B | 99 | 0 | 56 | 13 | 1A | 139 | 4B | 2A |
| Octal | 275 | 33 | 231 | 0 | 126 | 23 | 32 | 471 | 113 | 52 |
| Binary | 10111101 | 11011 | 10011001 | 0 | 1010110 | 10011 | 11010 | 100111001 | 1001011 | 101010 |
Color Harmonies of #BD1B99
Complementary color
Monochromatic Colors of #BD1B99
Black with #BD1B99
Text Example
Text Example
White with #BD1B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1B99; }
p { color: rgb(189,27,153); }
H1.HeaderClassName
{
color: #BD1B99;
}
.AnyTagClassName
{
color: #BD1B99;
}
</style>
background-color css
<style>
a { background-color: #BD1B99; }
a { background-color: rgb(189,27,153); }
div.DivClassName
{
background-color: #BD1B99;
}
.BgClassName
{
background-color: #BD1B99;
}
</style>
border-color css
<style>
span { border-color: #BD1B99; }
span { border-color: rgb(189,27,153); }
td.TdClassName
{
border-color: #BD1B99;
}
.TagClassName
{
border-color: #BD1B99;
}
</style>