Shades of Medium Red Violet #BC257C
Tints of Medium Red Violet #BC257C
RGB
CMYK
RGB Variations
Color information
#BC257C (or 0xBC257C) is known color: Medium Red Violet. HEX triplet: BC, 25 and 7C. RGB value is (188,37,124). Sum of RGB (Red+Green+Blue) = 188+37+124=349 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.87% from 349); Green value is 37 (14.84% from 255 or 10.60% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 188 - color contains mainly: red. Hex color #BC257C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC257C is #43DA83. Grayscale: #5B5B5B. Windows color (decimal): -4446852 or 8136124. OLE color: 8136124.
HSL color Cylindrical-coordinate representation of color #BC257C: hue angle of 325.43º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC257C is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 37 | 124 | - |
| CMYK | 0 | 0.80 | 0.34 | 0.26 |
| HSL | 325.43º | 0.67% | 0.44% | - |
| HSV(B) | 325.43º | 0.8% | 0.74% | - |
| XYZ | 25.04 | 13.47 | 20.35 | - |
| YUV | 92.07 | 146.03 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 37 | 124 | 0 | 0.80 | 0.34 | 0.26 | 325.43 | 0.67 | 0.44 |
| Hex | BC | 25 | 7C | 0 | 50 | 22 | 1A | 145 | 43 | 2C |
| Octal | 274 | 45 | 174 | 0 | 120 | 42 | 32 | 505 | 103 | 54 |
| Binary | 10111100 | 100101 | 1111100 | 0 | 1010000 | 100010 | 11010 | 101000101 | 1000011 | 101100 |
Color Harmonies of #BC257C
Complementary color
Monochromatic Colors of #BC257C
Black with #BC257C
Text Example
Text Example
White with #BC257C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC257C; }
p { color: rgb(188,37,124); }
H1.HeaderClassName
{
color: #BC257C;
}
.AnyTagClassName
{
color: #BC257C;
}
</style>
background-color css
<style>
a { background-color: #BC257C; }
a { background-color: rgb(188,37,124); }
div.DivClassName
{
background-color: #BC257C;
}
.BgClassName
{
background-color: #BC257C;
}
</style>
border-color css
<style>
span { border-color: #BC257C; }
span { border-color: rgb(188,37,124); }
td.TdClassName
{
border-color: #BC257C;
}
.TagClassName
{
border-color: #BC257C;
}
</style>