Shades of Medium Violet Red #BD1AA7
Tints of Medium Violet Red #BD1AA7
RGB
CMYK
RGB Variations
Color information
#BD1AA7 (or 0xBD1AA7) is known color: Medium Violet Red. HEX triplet: BD, 1A and A7. RGB value is (189,26,167). Sum of RGB (Red+Green+Blue) = 189+26+167=382 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.48% from 382); Green value is 26 (10.55% from 255 or 6.81% from 382); Blue value is 167 (65.62% from 255 or 43.72% from 382); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1AA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD1AA7 is #42E558. Grayscale: #5A5A5A. Windows color (decimal): -4384089 or 10951357. OLE color: 10951357.
HSL color Cylindrical-coordinate representation of color #BD1AA7: hue angle of 308.1º degrees, saturation: 0.76, 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 #BD1AA7 is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 26 | 167 | - |
| CMYK | 0 | 0.86 | 0.12 | 0.26 |
| HSL | 308.1º | 0.76% | 0.42% | - |
| HSV(B) | 308.1º | 0.86% | 0.74% | - |
| XYZ | 28.33 | 14.35 | 37.84 | - |
| YUV | 90.81 | 171 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 26 | 167 | 0 | 0.86 | 0.12 | 0.26 | 308.1 | 0.76 | 0.42 |
| Hex | BD | 1A | A7 | 0 | 56 | C | 1A | 134 | 4C | 2A |
| Octal | 275 | 32 | 247 | 0 | 126 | 14 | 32 | 464 | 114 | 52 |
| Binary | 10111101 | 11010 | 10100111 | 0 | 1010110 | 1100 | 11010 | 100110100 | 1001100 | 101010 |
Color Harmonies of #BD1AA7
Complementary color
Monochromatic Colors of #BD1AA7
Black with #BD1AA7
Text Example
Text Example
White with #BD1AA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1AA7; }
p { color: rgb(189,26,167); }
H1.HeaderClassName
{
color: #BD1AA7;
}
.AnyTagClassName
{
color: #BD1AA7;
}
</style>
background-color css
<style>
a { background-color: #BD1AA7; }
a { background-color: rgb(189,26,167); }
div.DivClassName
{
background-color: #BD1AA7;
}
.BgClassName
{
background-color: #BD1AA7;
}
</style>
border-color css
<style>
span { border-color: #BD1AA7; }
span { border-color: rgb(189,26,167); }
td.TdClassName
{
border-color: #BD1AA7;
}
.TagClassName
{
border-color: #BD1AA7;
}
</style>