Shades of Medium Red Violet #BC247A
Tints of Medium Red Violet #BC247A
RGB
CMYK
RGB Variations
Color information
#BC247A (or 0xBC247A) is known color: Medium Red Violet. HEX triplet: BC, 24 and 7A. RGB value is (188,36,122). Sum of RGB (Red+Green+Blue) = 188+36+122=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 36 (14.45% from 255 or 10.40% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC247A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC247A is #43DB85. Grayscale: #5B5B5B. Windows color (decimal): -4447110 or 8004796. OLE color: 8004796.
HSL color Cylindrical-coordinate representation of color #BC247A: hue angle of 326.05º 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 #BC247A is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 36 | 122 | - |
| CMYK | 0 | 0.81 | 0.35 | 0.26 |
| HSL | 326.05º | 0.68% | 0.44% | - |
| HSV(B) | 326.05º | 0.81% | 0.74% | - |
| XYZ | 24.88 | 13.36 | 19.68 | - |
| YUV | 91.25 | 145.36 | 197.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 36 | 122 | 0 | 0.81 | 0.35 | 0.26 | 326.05 | 0.68 | 0.44 |
| Hex | BC | 24 | 7A | 0 | 51 | 23 | 1A | 146 | 44 | 2C |
| Octal | 274 | 44 | 172 | 0 | 121 | 43 | 32 | 506 | 104 | 54 |
| Binary | 10111100 | 100100 | 1111010 | 0 | 1010001 | 100011 | 11010 | 101000110 | 1000100 | 101100 |
Color Harmonies of #BC247A
Complementary color
Monochromatic Colors of #BC247A
Black with #BC247A
Text Example
Text Example
White with #BC247A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC247A; }
p { color: rgb(188,36,122); }
H1.HeaderClassName
{
color: #BC247A;
}
.AnyTagClassName
{
color: #BC247A;
}
</style>
background-color css
<style>
a { background-color: #BC247A; }
a { background-color: rgb(188,36,122); }
div.DivClassName
{
background-color: #BC247A;
}
.BgClassName
{
background-color: #BC247A;
}
</style>
border-color css
<style>
span { border-color: #BC247A; }
span { border-color: rgb(188,36,122); }
td.TdClassName
{
border-color: #BC247A;
}
.TagClassName
{
border-color: #BC247A;
}
</style>