Shades of Medium Red Violet #BC248B
Tints of Medium Red Violet #BC248B
RGB
CMYK
RGB Variations
Color information
#BC248B (or 0xBC248B) is known color: Medium Red Violet. HEX triplet: BC, 24 and 8B. RGB value is (188,36,139). Sum of RGB (Red+Green+Blue) = 188+36+139=363 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.79% from 363); Green value is 36 (14.45% from 255 or 9.92% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 188 - color contains mainly: red. Hex color #BC248B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC248B is #43DB74. Grayscale: #5C5C5C. Windows color (decimal): -4447093 or 9118908. OLE color: 9118908.
HSL color Cylindrical-coordinate representation of color #BC248B: hue angle of 319.34º 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 #BC248B is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 36 | 139 | - |
| CMYK | 0 | 0.81 | 0.26 | 0.26 |
| HSL | 319.34º | 0.68% | 0.44% | - |
| HSV(B) | 319.34º | 0.81% | 0.74% | - |
| XYZ | 26.03 | 13.82 | 25.72 | - |
| YUV | 93.19 | 153.86 | 195.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 36 | 139 | 0 | 0.81 | 0.26 | 0.26 | 319.34 | 0.68 | 0.44 |
| Hex | BC | 24 | 8B | 0 | 51 | 1A | 1A | 13F | 44 | 2C |
| Octal | 274 | 44 | 213 | 0 | 121 | 32 | 32 | 477 | 104 | 54 |
| Binary | 10111100 | 100100 | 10001011 | 0 | 1010001 | 11010 | 11010 | 100111111 | 1000100 | 101100 |
Color Harmonies of #BC248B
Complementary color
Monochromatic Colors of #BC248B
Black with #BC248B
Text Example
Text Example
White with #BC248B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC248B; }
p { color: rgb(188,36,139); }
H1.HeaderClassName
{
color: #BC248B;
}
.AnyTagClassName
{
color: #BC248B;
}
</style>
background-color css
<style>
a { background-color: #BC248B; }
a { background-color: rgb(188,36,139); }
div.DivClassName
{
background-color: #BC248B;
}
.BgClassName
{
background-color: #BC248B;
}
</style>
border-color css
<style>
span { border-color: #BC248B; }
span { border-color: rgb(188,36,139); }
td.TdClassName
{
border-color: #BC248B;
}
.TagClassName
{
border-color: #BC248B;
}
</style>