Shades of Medium Violet Red #BC1779
Tints of Medium Violet Red #BC1779
RGB
CMYK
RGB Variations
Color information
#BC1779 (or 0xBC1779) is known color: Medium Violet Red. HEX triplet: BC, 17 and 79. RGB value is (188,23,121). Sum of RGB (Red+Green+Blue) = 188+23+121=332 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.63% from 332); Green value is 23 (9.38% from 255 or 6.93% from 332); Blue value is 121 (47.66% from 255 or 36.45% from 332); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1779 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1779 is #43E886. Grayscale: #535353. Windows color (decimal): -4450439 or 7935932. OLE color: 7935932.
HSL color Cylindrical-coordinate representation of color #BC1779: hue angle of 324.36º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC1779 is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 23 | 121 | - |
| CMYK | 0 | 0.88 | 0.36 | 0.26 |
| HSL | 324.36º | 0.78% | 0.41% | - |
| HSV(B) | 324.36º | 0.88% | 0.74% | - |
| XYZ | 24.5 | 12.68 | 19.25 | - |
| YUV | 83.51 | 149.16 | 202.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 23 | 121 | 0 | 0.88 | 0.36 | 0.26 | 324.36 | 0.78 | 0.41 |
| Hex | BC | 17 | 79 | 0 | 58 | 24 | 1A | 144 | 4E | 29 |
| Octal | 274 | 27 | 171 | 0 | 130 | 44 | 32 | 504 | 116 | 51 |
| Binary | 10111100 | 10111 | 1111001 | 0 | 1011000 | 100100 | 11010 | 101000100 | 1001110 | 101001 |
Color Harmonies of #BC1779
Complementary color
Monochromatic Colors of #BC1779
Black with #BC1779
Text Example
Text Example
White with #BC1779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1779; }
p { color: rgb(188,23,121); }
H1.HeaderClassName
{
color: #BC1779;
}
.AnyTagClassName
{
color: #BC1779;
}
</style>
background-color css
<style>
a { background-color: #BC1779; }
a { background-color: rgb(188,23,121); }
div.DivClassName
{
background-color: #BC1779;
}
.BgClassName
{
background-color: #BC1779;
}
</style>
border-color css
<style>
span { border-color: #BC1779; }
span { border-color: rgb(188,23,121); }
td.TdClassName
{
border-color: #BC1779;
}
.TagClassName
{
border-color: #BC1779;
}
</style>