Shades of Medium Violet Red #BD1C92
Tints of Medium Violet Red #BD1C92
RGB
CMYK
RGB Variations
Color information
#BD1C92 (or 0xBD1C92) is known color: Medium Violet Red. HEX triplet: BD, 1C and 92. RGB value is (189,28,146). Sum of RGB (Red+Green+Blue) = 189+28+146=363 (48% of max value = 765). Red value is 189 (74.22% from 255 or 52.07% from 363); Green value is 28 (11.33% from 255 or 7.71% from 363); Blue value is 146 (57.42% from 255 or 40.22% from 363); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1C92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD1C92 is #42E36D. Grayscale: #595959. Windows color (decimal): -4383598 or 9575613. OLE color: 9575613.
HSL color Cylindrical-coordinate representation of color #BD1C92: hue angle of 316.02º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD1C92 is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 28 | 146 | - |
| CMYK | 0 | 0.85 | 0.23 | 0.26 |
| HSL | 316.02º | 0.74% | 0.43% | - |
| HSV(B) | 316.02º | 0.85% | 0.74% | - |
| XYZ | 26.59 | 13.72 | 28.44 | - |
| YUV | 89.59 | 159.84 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 28 | 146 | 0 | 0.85 | 0.23 | 0.26 | 316.02 | 0.74 | 0.43 |
| Hex | BD | 1C | 92 | 0 | 55 | 17 | 1A | 13C | 4A | 2B |
| Octal | 275 | 34 | 222 | 0 | 125 | 27 | 32 | 474 | 112 | 53 |
| Binary | 10111101 | 11100 | 10010010 | 0 | 1010101 | 10111 | 11010 | 100111100 | 1001010 | 101011 |
Color Harmonies of #BD1C92
Complementary color
Monochromatic Colors of #BD1C92
Black with #BD1C92
Text Example
Text Example
White with #BD1C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1C92; }
p { color: rgb(189,28,146); }
H1.HeaderClassName
{
color: #BD1C92;
}
.AnyTagClassName
{
color: #BD1C92;
}
</style>
background-color css
<style>
a { background-color: #BD1C92; }
a { background-color: rgb(189,28,146); }
div.DivClassName
{
background-color: #BD1C92;
}
.BgClassName
{
background-color: #BD1C92;
}
</style>
border-color css
<style>
span { border-color: #BD1C92; }
span { border-color: rgb(189,28,146); }
td.TdClassName
{
border-color: #BD1C92;
}
.TagClassName
{
border-color: #BD1C92;
}
</style>