Shades of Medium Violet Red #BD1BA3
Tints of Medium Violet Red #BD1BA3
RGB
CMYK
RGB Variations
Color information
#BD1BA3 (or 0xBD1BA3) is known color: Medium Violet Red. HEX triplet: BD, 1B and A3. RGB value is (189,27,163). Sum of RGB (Red+Green+Blue) = 189+27+163=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 27 (10.94% from 255 or 7.12% from 379); Blue value is 163 (64.06% from 255 or 43.01% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1BA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD1BA3 is #42E45C. Grayscale: #5A5A5A. Windows color (decimal): -4383837 or 10689469. OLE color: 10689469.
HSL color Cylindrical-coordinate representation of color #BD1BA3: hue angle of 309.63º 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 #BD1BA3 is Cyan = 0, Magento = 0.86, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 27 | 163 | - |
| CMYK | 0 | 0.86 | 0.14 | 0.26 |
| HSL | 309.63º | 0.75% | 0.42% | - |
| HSV(B) | 309.63º | 0.86% | 0.74% | - |
| XYZ | 27.99 | 14.25 | 35.93 | - |
| YUV | 90.94 | 168.67 | 197.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 27 | 163 | 0 | 0.86 | 0.14 | 0.26 | 309.63 | 0.75 | 0.42 |
| Hex | BD | 1B | A3 | 0 | 56 | E | 1A | 136 | 4B | 2A |
| Octal | 275 | 33 | 243 | 0 | 126 | 16 | 32 | 466 | 113 | 52 |
| Binary | 10111101 | 11011 | 10100011 | 0 | 1010110 | 1110 | 11010 | 100110110 | 1001011 | 101010 |
Color Harmonies of #BD1BA3
Complementary color
Monochromatic Colors of #BD1BA3
Black with #BD1BA3
Text Example
Text Example
White with #BD1BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1BA3; }
p { color: rgb(189,27,163); }
H1.HeaderClassName
{
color: #BD1BA3;
}
.AnyTagClassName
{
color: #BD1BA3;
}
</style>
background-color css
<style>
a { background-color: #BD1BA3; }
a { background-color: rgb(189,27,163); }
div.DivClassName
{
background-color: #BD1BA3;
}
.BgClassName
{
background-color: #BD1BA3;
}
</style>
border-color css
<style>
span { border-color: #BD1BA3; }
span { border-color: rgb(189,27,163); }
td.TdClassName
{
border-color: #BD1BA3;
}
.TagClassName
{
border-color: #BD1BA3;
}
</style>