Shades of Medium Red Violet #BC237B
Tints of Medium Red Violet #BC237B
RGB
CMYK
RGB Variations
Color information
#BC237B (or 0xBC237B) is known color: Medium Red Violet. HEX triplet: BC, 23 and 7B. RGB value is (188,35,123). Sum of RGB (Red+Green+Blue) = 188+35+123=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 35 (14.06% from 255 or 10.12% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC237B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC237B is #43DC84. Grayscale: #5A5A5A. Windows color (decimal): -4447365 or 8070076. OLE color: 8070076.
HSL color Cylindrical-coordinate representation of color #BC237B: hue angle of 325.49º 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 #BC237B is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 35 | 123 | - |
| CMYK | 0 | 0.81 | 0.35 | 0.26 |
| HSL | 325.49º | 0.69% | 0.44% | - |
| HSV(B) | 325.49º | 0.81% | 0.74% | - |
| XYZ | 24.92 | 13.32 | 20 | - |
| YUV | 90.78 | 146.19 | 197.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 35 | 123 | 0 | 0.81 | 0.35 | 0.26 | 325.49 | 0.69 | 0.44 |
| Hex | BC | 23 | 7B | 0 | 51 | 23 | 1A | 145 | 45 | 2C |
| Octal | 274 | 43 | 173 | 0 | 121 | 43 | 32 | 505 | 105 | 54 |
| Binary | 10111100 | 100011 | 1111011 | 0 | 1010001 | 100011 | 11010 | 101000101 | 1000101 | 101100 |
Color Harmonies of #BC237B
Complementary color
Monochromatic Colors of #BC237B
Black with #BC237B
Text Example
Text Example
White with #BC237B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC237B; }
p { color: rgb(188,35,123); }
H1.HeaderClassName
{
color: #BC237B;
}
.AnyTagClassName
{
color: #BC237B;
}
</style>
background-color css
<style>
a { background-color: #BC237B; }
a { background-color: rgb(188,35,123); }
div.DivClassName
{
background-color: #BC237B;
}
.BgClassName
{
background-color: #BC237B;
}
</style>
border-color css
<style>
span { border-color: #BC237B; }
span { border-color: rgb(188,35,123); }
td.TdClassName
{
border-color: #BC237B;
}
.TagClassName
{
border-color: #BC237B;
}
</style>