Shades of Medium Red Violet #BC257D
Tints of Medium Red Violet #BC257D
RGB
CMYK
RGB Variations
Color information
#BC257D (or 0xBC257D) is known color: Medium Red Violet. HEX triplet: BC, 25 and 7D. RGB value is (188,37,125). Sum of RGB (Red+Green+Blue) = 188+37+125=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 37 (14.84% from 255 or 10.57% from 350); Blue value is 125 (49.22% from 255 or 35.71% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC257D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC257D is #43DA82. Grayscale: #5B5B5B. Windows color (decimal): -4446851 or 8201660. OLE color: 8201660.
HSL color Cylindrical-coordinate representation of color #BC257D: hue angle of 325.03º 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 #BC257D is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 37 | 125 | - |
| CMYK | 0 | 0.80 | 0.34 | 0.26 |
| HSL | 325.03º | 0.67% | 0.44% | - |
| HSV(B) | 325.03º | 0.8% | 0.74% | - |
| XYZ | 25.1 | 13.5 | 20.68 | - |
| YUV | 92.18 | 146.53 | 196.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 37 | 125 | 0 | 0.80 | 0.34 | 0.26 | 325.03 | 0.67 | 0.44 |
| Hex | BC | 25 | 7D | 0 | 50 | 22 | 1A | 145 | 43 | 2C |
| Octal | 274 | 45 | 175 | 0 | 120 | 42 | 32 | 505 | 103 | 54 |
| Binary | 10111100 | 100101 | 1111101 | 0 | 1010000 | 100010 | 11010 | 101000101 | 1000011 | 101100 |
Color Harmonies of #BC257D
Complementary color
Monochromatic Colors of #BC257D
Black with #BC257D
Text Example
Text Example
White with #BC257D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC257D; }
p { color: rgb(188,37,125); }
H1.HeaderClassName
{
color: #BC257D;
}
.AnyTagClassName
{
color: #BC257D;
}
</style>
background-color css
<style>
a { background-color: #BC257D; }
a { background-color: rgb(188,37,125); }
div.DivClassName
{
background-color: #BC257D;
}
.BgClassName
{
background-color: #BC257D;
}
</style>
border-color css
<style>
span { border-color: #BC257D; }
span { border-color: rgb(188,37,125); }
td.TdClassName
{
border-color: #BC257D;
}
.TagClassName
{
border-color: #BC257D;
}
</style>