Shades of Medium Red Violet #BC248C
Tints of Medium Red Violet #BC248C
RGB
CMYK
RGB Variations
Color information
#BC248C (or 0xBC248C) is known color: Medium Red Violet. HEX triplet: BC, 24 and 8C. RGB value is (188,36,140). Sum of RGB (Red+Green+Blue) = 188+36+140=364 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.65% from 364); Green value is 36 (14.45% from 255 or 9.89% from 364); Blue value is 140 (55.08% from 255 or 38.46% from 364); Max value from RGB is 188 - color contains mainly: red. Hex color #BC248C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC248C is #43DB73. Grayscale: #5D5D5D. Windows color (decimal): -4447092 or 9184444. OLE color: 9184444.
HSL color Cylindrical-coordinate representation of color #BC248C: hue angle of 318.95º degrees, saturation: 0.68, 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 #BC248C is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 36 | 140 | - |
| CMYK | 0 | 0.81 | 0.26 | 0.26 |
| HSL | 318.95º | 0.68% | 0.44% | - |
| HSV(B) | 318.95º | 0.81% | 0.74% | - |
| XYZ | 26.1 | 13.85 | 26.11 | - |
| YUV | 93.3 | 154.36 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 36 | 140 | 0 | 0.81 | 0.26 | 0.26 | 318.95 | 0.68 | 0.44 |
| Hex | BC | 24 | 8C | 0 | 51 | 1A | 1A | 13F | 44 | 2C |
| Octal | 274 | 44 | 214 | 0 | 121 | 32 | 32 | 477 | 104 | 54 |
| Binary | 10111100 | 100100 | 10001100 | 0 | 1010001 | 11010 | 11010 | 100111111 | 1000100 | 101100 |
Color Harmonies of #BC248C
Complementary color
Monochromatic Colors of #BC248C
Black with #BC248C
Text Example
Text Example
White with #BC248C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC248C; }
p { color: rgb(188,36,140); }
H1.HeaderClassName
{
color: #BC248C;
}
.AnyTagClassName
{
color: #BC248C;
}
</style>
background-color css
<style>
a { background-color: #BC248C; }
a { background-color: rgb(188,36,140); }
div.DivClassName
{
background-color: #BC248C;
}
.BgClassName
{
background-color: #BC248C;
}
</style>
border-color css
<style>
span { border-color: #BC248C; }
span { border-color: rgb(188,36,140); }
td.TdClassName
{
border-color: #BC248C;
}
.TagClassName
{
border-color: #BC248C;
}
</style>