Shades of Medium Violet Red #BD1A74
Tints of Medium Violet Red #BD1A74
RGB
CMYK
RGB Variations
Color information
#BD1A74 (or 0xBD1A74) is known color: Medium Violet Red. HEX triplet: BD, 1A and 74. RGB value is (189,26,116). Sum of RGB (Red+Green+Blue) = 189+26+116=331 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.10% from 331); Green value is 26 (10.55% from 255 or 7.85% from 331); Blue value is 116 (45.70% from 255 or 35.05% from 331); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1A74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD1A74 is #42E58B. Grayscale: #545454. Windows color (decimal): -4384140 or 7609021. OLE color: 7609021.
HSL color Cylindrical-coordinate representation of color #BD1A74: hue angle of 326.87º 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 #BD1A74 is Cyan = 0, Magento = 0.86, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 26 | 116 | - |
| CMYK | 0 | 0.86 | 0.39 | 0.26 |
| HSL | 326.87º | 0.76% | 0.42% | - |
| HSV(B) | 326.87º | 0.86% | 0.74% | - |
| XYZ | 24.51 | 12.82 | 17.71 | - |
| YUV | 85 | 145.5 | 202.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 26 | 116 | 0 | 0.86 | 0.39 | 0.26 | 326.87 | 0.76 | 0.42 |
| Hex | BD | 1A | 74 | 0 | 56 | 27 | 1A | 147 | 4C | 2A |
| Octal | 275 | 32 | 164 | 0 | 126 | 47 | 32 | 507 | 114 | 52 |
| Binary | 10111101 | 11010 | 1110100 | 0 | 1010110 | 100111 | 11010 | 101000111 | 1001100 | 101010 |
Color Harmonies of #BD1A74
Complementary color
Monochromatic Colors of #BD1A74
Black with #BD1A74
Text Example
Text Example
White with #BD1A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1A74; }
p { color: rgb(189,26,116); }
H1.HeaderClassName
{
color: #BD1A74;
}
.AnyTagClassName
{
color: #BD1A74;
}
</style>
background-color css
<style>
a { background-color: #BD1A74; }
a { background-color: rgb(189,26,116); }
div.DivClassName
{
background-color: #BD1A74;
}
.BgClassName
{
background-color: #BD1A74;
}
</style>
border-color css
<style>
span { border-color: #BD1A74; }
span { border-color: rgb(189,26,116); }
td.TdClassName
{
border-color: #BD1A74;
}
.TagClassName
{
border-color: #BD1A74;
}
</style>