Shades of Medium Violet Red #BD1A7E
Tints of Medium Violet Red #BD1A7E
RGB
CMYK
RGB Variations
Color information
#BD1A7E (or 0xBD1A7E) is known color: Medium Violet Red. HEX triplet: BD, 1A and 7E. RGB value is (189,26,126). Sum of RGB (Red+Green+Blue) = 189+26+126=341 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.43% from 341); Green value is 26 (10.55% from 255 or 7.62% from 341); Blue value is 126 (49.61% from 255 or 36.95% from 341); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1A7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD1A7E is #42E581. Grayscale: #555555. Windows color (decimal): -4384130 or 8264381. OLE color: 8264381.
HSL color Cylindrical-coordinate representation of color #BD1A7E: hue angle of 323.19º 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 #BD1A7E is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 26 | 126 | - |
| CMYK | 0 | 0.86 | 0.33 | 0.26 |
| HSL | 323.19º | 0.76% | 0.42% | - |
| HSV(B) | 323.19º | 0.86% | 0.74% | - |
| XYZ | 25.12 | 13.06 | 20.94 | - |
| YUV | 86.14 | 150.5 | 201.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 26 | 126 | 0 | 0.86 | 0.33 | 0.26 | 323.19 | 0.76 | 0.42 |
| Hex | BD | 1A | 7E | 0 | 56 | 21 | 1A | 143 | 4C | 2A |
| Octal | 275 | 32 | 176 | 0 | 126 | 41 | 32 | 503 | 114 | 52 |
| Binary | 10111101 | 11010 | 1111110 | 0 | 1010110 | 100001 | 11010 | 101000011 | 1001100 | 101010 |
Color Harmonies of #BD1A7E
Complementary color
Monochromatic Colors of #BD1A7E
Black with #BD1A7E
Text Example
Text Example
White with #BD1A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1A7E; }
p { color: rgb(189,26,126); }
H1.HeaderClassName
{
color: #BD1A7E;
}
.AnyTagClassName
{
color: #BD1A7E;
}
</style>
background-color css
<style>
a { background-color: #BD1A7E; }
a { background-color: rgb(189,26,126); }
div.DivClassName
{
background-color: #BD1A7E;
}
.BgClassName
{
background-color: #BD1A7E;
}
</style>
border-color css
<style>
span { border-color: #BD1A7E; }
span { border-color: rgb(189,26,126); }
td.TdClassName
{
border-color: #BD1A7E;
}
.TagClassName
{
border-color: #BD1A7E;
}
</style>