Shades of Medium Red Violet #BC248E
Tints of Medium Red Violet #BC248E
RGB
CMYK
RGB Variations
Color information
#BC248E (or 0xBC248E) is known color: Medium Red Violet. HEX triplet: BC, 24 and 8E. RGB value is (188,36,142). Sum of RGB (Red+Green+Blue) = 188+36+142=366 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.37% from 366); Green value is 36 (14.45% from 255 or 9.84% from 366); Blue value is 142 (55.86% from 255 or 38.80% from 366); Max value from RGB is 188 - color contains mainly: red. Hex color #BC248E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC248E is #43DB71. Grayscale: #5D5D5D. Windows color (decimal): -4447090 or 9315516. OLE color: 9315516.
HSL color Cylindrical-coordinate representation of color #BC248E: hue angle of 318.16º 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 #BC248E is Cyan = 0, Magento = 0.81, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 36 | 142 | - |
| CMYK | 0 | 0.81 | 0.24 | 0.26 |
| HSL | 318.16º | 0.68% | 0.44% | - |
| HSV(B) | 318.16º | 0.81% | 0.74% | - |
| XYZ | 26.25 | 13.91 | 26.89 | - |
| YUV | 93.53 | 155.36 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 36 | 142 | 0 | 0.81 | 0.24 | 0.26 | 318.16 | 0.68 | 0.44 |
| Hex | BC | 24 | 8E | 0 | 51 | 18 | 1A | 13E | 44 | 2C |
| Octal | 274 | 44 | 216 | 0 | 121 | 30 | 32 | 476 | 104 | 54 |
| Binary | 10111100 | 100100 | 10001110 | 0 | 1010001 | 11000 | 11010 | 100111110 | 1000100 | 101100 |
Color Harmonies of #BC248E
Complementary color
Monochromatic Colors of #BC248E
Black with #BC248E
Text Example
Text Example
White with #BC248E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC248E; }
p { color: rgb(188,36,142); }
H1.HeaderClassName
{
color: #BC248E;
}
.AnyTagClassName
{
color: #BC248E;
}
</style>
background-color css
<style>
a { background-color: #BC248E; }
a { background-color: rgb(188,36,142); }
div.DivClassName
{
background-color: #BC248E;
}
.BgClassName
{
background-color: #BC248E;
}
</style>
border-color css
<style>
span { border-color: #BC248E; }
span { border-color: rgb(188,36,142); }
td.TdClassName
{
border-color: #BC248E;
}
.TagClassName
{
border-color: #BC248E;
}
</style>