Shades of Medium Red Violet #BC257F
Tints of Medium Red Violet #BC257F
RGB
CMYK
RGB Variations
Color information
#BC257F (or 0xBC257F) is known color: Medium Red Violet. HEX triplet: BC, 25 and 7F. RGB value is (188,37,127). Sum of RGB (Red+Green+Blue) = 188+37+127=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 37 (14.84% from 255 or 10.51% from 352); Blue value is 127 (50% from 255 or 36.08% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BC257F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC257F is #43DA80. Grayscale: #5C5C5C. Windows color (decimal): -4446849 or 8332732. OLE color: 8332732.
HSL color Cylindrical-coordinate representation of color #BC257F: hue angle of 324.24º 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 #BC257F is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 37 | 127 | - |
| CMYK | 0 | 0.80 | 0.32 | 0.26 |
| HSL | 324.24º | 0.67% | 0.44% | - |
| HSV(B) | 324.24º | 0.8% | 0.74% | - |
| XYZ | 25.23 | 13.55 | 21.36 | - |
| YUV | 92.41 | 147.53 | 196.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 37 | 127 | 0 | 0.80 | 0.32 | 0.26 | 324.24 | 0.67 | 0.44 |
| Hex | BC | 25 | 7F | 0 | 50 | 20 | 1A | 144 | 43 | 2C |
| Octal | 274 | 45 | 177 | 0 | 120 | 40 | 32 | 504 | 103 | 54 |
| Binary | 10111100 | 100101 | 1111111 | 0 | 1010000 | 100000 | 11010 | 101000100 | 1000011 | 101100 |
Color Harmonies of #BC257F
Complementary color
Monochromatic Colors of #BC257F
Black with #BC257F
Text Example
Text Example
White with #BC257F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC257F; }
p { color: rgb(188,37,127); }
H1.HeaderClassName
{
color: #BC257F;
}
.AnyTagClassName
{
color: #BC257F;
}
</style>
background-color css
<style>
a { background-color: #BC257F; }
a { background-color: rgb(188,37,127); }
div.DivClassName
{
background-color: #BC257F;
}
.BgClassName
{
background-color: #BC257F;
}
</style>
border-color css
<style>
span { border-color: #BC257F; }
span { border-color: rgb(188,37,127); }
td.TdClassName
{
border-color: #BC257F;
}
.TagClassName
{
border-color: #BC257F;
}
</style>