Shades of Medium Red Violet #BC2475
Tints of Medium Red Violet #BC2475
RGB
CMYK
RGB Variations
Color information
#BC2475 (or 0xBC2475) is known color: Medium Red Violet. HEX triplet: BC, 24 and 75. RGB value is (188,36,117). Sum of RGB (Red+Green+Blue) = 188+36+117=341 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.13% from 341); Green value is 36 (14.45% from 255 or 10.56% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2475 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2475 is #43DB8A. Grayscale: #5A5A5A. Windows color (decimal): -4447115 or 7677116. OLE color: 7677116.
HSL color Cylindrical-coordinate representation of color #BC2475: hue angle of 328.03º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC2475 is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 36 | 117 | - |
| CMYK | 0 | 0.81 | 0.38 | 0.26 |
| HSL | 328.03º | 0.68% | 0.44% | - |
| HSV(B) | 328.03º | 0.81% | 0.74% | - |
| XYZ | 24.58 | 13.24 | 18.09 | - |
| YUV | 90.68 | 142.86 | 197.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 36 | 117 | 0 | 0.81 | 0.38 | 0.26 | 328.03 | 0.68 | 0.44 |
| Hex | BC | 24 | 75 | 0 | 51 | 26 | 1A | 148 | 44 | 2C |
| Octal | 274 | 44 | 165 | 0 | 121 | 46 | 32 | 510 | 104 | 54 |
| Binary | 10111100 | 100100 | 1110101 | 0 | 1010001 | 100110 | 11010 | 101001000 | 1000100 | 101100 |
Color Harmonies of #BC2475
Complementary color
Monochromatic Colors of #BC2475
Black with #BC2475
Text Example
Text Example
White with #BC2475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2475; }
p { color: rgb(188,36,117); }
H1.HeaderClassName
{
color: #BC2475;
}
.AnyTagClassName
{
color: #BC2475;
}
</style>
background-color css
<style>
a { background-color: #BC2475; }
a { background-color: rgb(188,36,117); }
div.DivClassName
{
background-color: #BC2475;
}
.BgClassName
{
background-color: #BC2475;
}
</style>
border-color css
<style>
span { border-color: #BC2475; }
span { border-color: rgb(188,36,117); }
td.TdClassName
{
border-color: #BC2475;
}
.TagClassName
{
border-color: #BC2475;
}
</style>