Shades of Medium Red Violet #BC2375
Tints of Medium Red Violet #BC2375
RGB
CMYK
RGB Variations
Color information
#BC2375 (or 0xBC2375) is known color: Medium Red Violet. HEX triplet: BC, 23 and 75. RGB value is (188,35,117). Sum of RGB (Red+Green+Blue) = 188+35+117=340 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.29% from 340); Green value is 35 (14.06% from 255 or 10.29% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2375 is #43DC8A. Grayscale: #595959. Windows color (decimal): -4447371 or 7676860. OLE color: 7676860.
HSL color Cylindrical-coordinate representation of color #BC2375: hue angle of 327.84º degrees, saturation: 0.69, 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 #BC2375 is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 35 | 117 | - |
| CMYK | 0 | 0.81 | 0.38 | 0.26 |
| HSL | 327.84º | 0.69% | 0.44% | - |
| HSV(B) | 327.84º | 0.81% | 0.74% | - |
| XYZ | 24.55 | 13.18 | 18.08 | - |
| YUV | 90.1 | 143.19 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 35 | 117 | 0 | 0.81 | 0.38 | 0.26 | 327.84 | 0.69 | 0.44 |
| Hex | BC | 23 | 75 | 0 | 51 | 26 | 1A | 148 | 45 | 2C |
| Octal | 274 | 43 | 165 | 0 | 121 | 46 | 32 | 510 | 105 | 54 |
| Binary | 10111100 | 100011 | 1110101 | 0 | 1010001 | 100110 | 11010 | 101001000 | 1000101 | 101100 |
Color Harmonies of #BC2375
Complementary color
Monochromatic Colors of #BC2375
Black with #BC2375
Text Example
Text Example
White with #BC2375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2375; }
p { color: rgb(188,35,117); }
H1.HeaderClassName
{
color: #BC2375;
}
.AnyTagClassName
{
color: #BC2375;
}
</style>
background-color css
<style>
a { background-color: #BC2375; }
a { background-color: rgb(188,35,117); }
div.DivClassName
{
background-color: #BC2375;
}
.BgClassName
{
background-color: #BC2375;
}
</style>
border-color css
<style>
span { border-color: #BC2375; }
span { border-color: rgb(188,35,117); }
td.TdClassName
{
border-color: #BC2375;
}
.TagClassName
{
border-color: #BC2375;
}
</style>