Shades of Medium Violet Red #BD1BAB
Tints of Medium Violet Red #BD1BAB
RGB
CMYK
RGB Variations
Color information
#BD1BAB (or 0xBD1BAB) is known color: Medium Violet Red. HEX triplet: BD, 1B and AB. RGB value is (189,27,171). Sum of RGB (Red+Green+Blue) = 189+27+171=387 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.84% from 387); Green value is 27 (10.94% from 255 or 6.98% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD1BAB is #42E454. Grayscale: #5B5B5B. Windows color (decimal): -4383829 or 11213757. OLE color: 11213757.
HSL color Cylindrical-coordinate representation of color #BD1BAB: hue angle of 306.67º 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 #BD1BAB is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 27 | 171 | - |
| CMYK | 0 | 0.86 | 0.10 | 0.26 |
| HSL | 306.67º | 0.75% | 0.42% | - |
| HSV(B) | 306.67º | 0.86% | 0.74% | - |
| XYZ | 28.73 | 14.54 | 39.82 | - |
| YUV | 91.85 | 172.67 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 27 | 171 | 0 | 0.86 | 0.10 | 0.26 | 306.67 | 0.75 | 0.42 |
| Hex | BD | 1B | AB | 0 | 56 | A | 1A | 133 | 4B | 2A |
| Octal | 275 | 33 | 253 | 0 | 126 | 12 | 32 | 463 | 113 | 52 |
| Binary | 10111101 | 11011 | 10101011 | 0 | 1010110 | 1010 | 11010 | 100110011 | 1001011 | 101010 |
Color Harmonies of #BD1BAB
Complementary color
Monochromatic Colors of #BD1BAB
Black with #BD1BAB
Text Example
Text Example
White with #BD1BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1BAB; }
p { color: rgb(189,27,171); }
H1.HeaderClassName
{
color: #BD1BAB;
}
.AnyTagClassName
{
color: #BD1BAB;
}
</style>
background-color css
<style>
a { background-color: #BD1BAB; }
a { background-color: rgb(189,27,171); }
div.DivClassName
{
background-color: #BD1BAB;
}
.BgClassName
{
background-color: #BD1BAB;
}
</style>
border-color css
<style>
span { border-color: #BD1BAB; }
span { border-color: rgb(189,27,171); }
td.TdClassName
{
border-color: #BD1BAB;
}
.TagClassName
{
border-color: #BD1BAB;
}
</style>