Shades of Medium Violet Red #BD1C9C
Tints of Medium Violet Red #BD1C9C
RGB
CMYK
RGB Variations
Color information
#BD1C9C (or 0xBD1C9C) is known color: Medium Violet Red. HEX triplet: BD, 1C and 9C. RGB value is (189,28,156). Sum of RGB (Red+Green+Blue) = 189+28+156=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 28 (11.33% from 255 or 7.51% from 373); Blue value is 156 (61.33% from 255 or 41.82% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1C9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD1C9C is #42E363. Grayscale: #5A5A5A. Windows color (decimal): -4383588 or 10230973. OLE color: 10230973.
HSL color Cylindrical-coordinate representation of color #BD1C9C: hue angle of 312.3º 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 #BD1C9C is Cyan = 0, Magento = 0.85, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 28 | 156 | - |
| CMYK | 0 | 0.85 | 0.17 | 0.26 |
| HSL | 312.3º | 0.74% | 0.43% | - |
| HSV(B) | 312.3º | 0.85% | 0.74% | - |
| XYZ | 27.4 | 14.05 | 32.72 | - |
| YUV | 90.73 | 164.84 | 198.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 28 | 156 | 0 | 0.85 | 0.17 | 0.26 | 312.3 | 0.74 | 0.43 |
| Hex | BD | 1C | 9C | 0 | 55 | 11 | 1A | 138 | 4A | 2B |
| Octal | 275 | 34 | 234 | 0 | 125 | 21 | 32 | 470 | 112 | 53 |
| Binary | 10111101 | 11100 | 10011100 | 0 | 1010101 | 10001 | 11010 | 100111000 | 1001010 | 101011 |
Color Harmonies of #BD1C9C
Complementary color
Monochromatic Colors of #BD1C9C
Black with #BD1C9C
Text Example
Text Example
White with #BD1C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1C9C; }
p { color: rgb(189,28,156); }
H1.HeaderClassName
{
color: #BD1C9C;
}
.AnyTagClassName
{
color: #BD1C9C;
}
</style>
background-color css
<style>
a { background-color: #BD1C9C; }
a { background-color: rgb(189,28,156); }
div.DivClassName
{
background-color: #BD1C9C;
}
.BgClassName
{
background-color: #BD1C9C;
}
</style>
border-color css
<style>
span { border-color: #BD1C9C; }
span { border-color: rgb(189,28,156); }
td.TdClassName
{
border-color: #BD1C9C;
}
.TagClassName
{
border-color: #BD1C9C;
}
</style>