Shades of Medium Violet Red #BD1BA2
Tints of Medium Violet Red #BD1BA2
RGB
CMYK
RGB Variations
Color information
#BD1BA2 (or 0xBD1BA2) is known color: Medium Violet Red. HEX triplet: BD, 1B and A2. RGB value is (189,27,162). Sum of RGB (Red+Green+Blue) = 189+27+162=378 (50% of max value = 765). Red value is 189 (74.22% from 255 or 50% from 378); Green value is 27 (10.94% from 255 or 7.14% from 378); Blue value is 162 (63.67% from 255 or 42.86% from 378); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1BA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD1BA2 is #42E45D. Grayscale: #5A5A5A. Windows color (decimal): -4383838 or 10623933. OLE color: 10623933.
HSL color Cylindrical-coordinate representation of color #BD1BA2: hue angle of 310º 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 #BD1BA2 is Cyan = 0, Magento = 0.86, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 27 | 162 | - |
| CMYK | 0 | 0.86 | 0.14 | 0.26 |
| HSL | 310º | 0.75% | 0.42% | - |
| HSV(B) | 310º | 0.86% | 0.74% | - |
| XYZ | 27.9 | 14.21 | 35.46 | - |
| YUV | 90.83 | 168.17 | 198.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 27 | 162 | 0 | 0.86 | 0.14 | 0.26 | 310 | 0.75 | 0.42 |
| Hex | BD | 1B | A2 | 0 | 56 | E | 1A | 136 | 4B | 2A |
| Octal | 275 | 33 | 242 | 0 | 126 | 16 | 32 | 466 | 113 | 52 |
| Binary | 10111101 | 11011 | 10100010 | 0 | 1010110 | 1110 | 11010 | 100110110 | 1001011 | 101010 |
Color Harmonies of #BD1BA2
Complementary color
Monochromatic Colors of #BD1BA2
Black with #BD1BA2
Text Example
Text Example
White with #BD1BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1BA2; }
p { color: rgb(189,27,162); }
H1.HeaderClassName
{
color: #BD1BA2;
}
.AnyTagClassName
{
color: #BD1BA2;
}
</style>
background-color css
<style>
a { background-color: #BD1BA2; }
a { background-color: rgb(189,27,162); }
div.DivClassName
{
background-color: #BD1BA2;
}
.BgClassName
{
background-color: #BD1BA2;
}
</style>
border-color css
<style>
span { border-color: #BD1BA2; }
span { border-color: rgb(189,27,162); }
td.TdClassName
{
border-color: #BD1BA2;
}
.TagClassName
{
border-color: #BD1BA2;
}
</style>