Shades of Medium Violet Red #BD1BA5
Tints of Medium Violet Red #BD1BA5
RGB
CMYK
RGB Variations
Color information
#BD1BA5 (or 0xBD1BA5) is known color: Medium Violet Red. HEX triplet: BD, 1B and A5. RGB value is (189,27,165). Sum of RGB (Red+Green+Blue) = 189+27+165=381 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.61% from 381); Green value is 27 (10.94% from 255 or 7.09% from 381); Blue value is 165 (64.84% from 255 or 43.31% from 381); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD1BA5 is #42E45A. Grayscale: #5A5A5A. Windows color (decimal): -4383835 or 10820541. OLE color: 10820541.
HSL color Cylindrical-coordinate representation of color #BD1BA5: hue angle of 308.89º 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 #BD1BA5 is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 27 | 165 | - |
| CMYK | 0 | 0.86 | 0.13 | 0.26 |
| HSL | 308.89º | 0.75% | 0.42% | - |
| HSV(B) | 308.89º | 0.86% | 0.74% | - |
| XYZ | 28.17 | 14.32 | 36.88 | - |
| YUV | 91.17 | 169.67 | 197.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 27 | 165 | 0 | 0.86 | 0.13 | 0.26 | 308.89 | 0.75 | 0.42 |
| Hex | BD | 1B | A5 | 0 | 56 | D | 1A | 135 | 4B | 2A |
| Octal | 275 | 33 | 245 | 0 | 126 | 15 | 32 | 465 | 113 | 52 |
| Binary | 10111101 | 11011 | 10100101 | 0 | 1010110 | 1101 | 11010 | 100110101 | 1001011 | 101010 |
Color Harmonies of #BD1BA5
Complementary color
Monochromatic Colors of #BD1BA5
Black with #BD1BA5
Text Example
Text Example
White with #BD1BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1BA5; }
p { color: rgb(189,27,165); }
H1.HeaderClassName
{
color: #BD1BA5;
}
.AnyTagClassName
{
color: #BD1BA5;
}
</style>
background-color css
<style>
a { background-color: #BD1BA5; }
a { background-color: rgb(189,27,165); }
div.DivClassName
{
background-color: #BD1BA5;
}
.BgClassName
{
background-color: #BD1BA5;
}
</style>
border-color css
<style>
span { border-color: #BD1BA5; }
span { border-color: rgb(189,27,165); }
td.TdClassName
{
border-color: #BD1BA5;
}
.TagClassName
{
border-color: #BD1BA5;
}
</style>