Shades of Medium Violet Red #BC1875
Tints of Medium Violet Red #BC1875
RGB
CMYK
RGB Variations
Color information
#BC1875 (or 0xBC1875) is known color: Medium Violet Red. HEX triplet: BC, 18 and 75. RGB value is (188,24,117). Sum of RGB (Red+Green+Blue) = 188+24+117=329 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.14% from 329); Green value is 24 (9.77% from 255 or 7.29% from 329); Blue value is 117 (46.09% from 255 or 35.56% from 329); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1875 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1875 is #43E78A. Grayscale: #535353. Windows color (decimal): -4450187 or 7674044. OLE color: 7674044.
HSL color Cylindrical-coordinate representation of color #BC1875: hue angle of 325.98º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC1875 is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 24 | 117 | - |
| CMYK | 0 | 0.87 | 0.38 | 0.26 |
| HSL | 325.98º | 0.77% | 0.42% | - |
| HSV(B) | 325.98º | 0.87% | 0.74% | - |
| XYZ | 24.28 | 12.63 | 17.99 | - |
| YUV | 83.64 | 146.83 | 202.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 24 | 117 | 0 | 0.87 | 0.38 | 0.26 | 325.98 | 0.77 | 0.42 |
| Hex | BC | 18 | 75 | 0 | 57 | 26 | 1A | 146 | 4D | 2A |
| Octal | 274 | 30 | 165 | 0 | 127 | 46 | 32 | 506 | 115 | 52 |
| Binary | 10111100 | 11000 | 1110101 | 0 | 1010111 | 100110 | 11010 | 101000110 | 1001101 | 101010 |
Color Harmonies of #BC1875
Complementary color
Monochromatic Colors of #BC1875
Black with #BC1875
Text Example
Text Example
White with #BC1875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1875; }
p { color: rgb(188,24,117); }
H1.HeaderClassName
{
color: #BC1875;
}
.AnyTagClassName
{
color: #BC1875;
}
</style>
background-color css
<style>
a { background-color: #BC1875; }
a { background-color: rgb(188,24,117); }
div.DivClassName
{
background-color: #BC1875;
}
.BgClassName
{
background-color: #BC1875;
}
</style>
border-color css
<style>
span { border-color: #BC1875; }
span { border-color: rgb(188,24,117); }
td.TdClassName
{
border-color: #BC1875;
}
.TagClassName
{
border-color: #BC1875;
}
</style>