Shades of Medium Red Violet #BC24A5
Tints of Medium Red Violet #BC24A5
RGB
CMYK
RGB Variations
Color information
#BC24A5 (or 0xBC24A5) is known color: Medium Red Violet. HEX triplet: BC, 24 and A5. RGB value is (188,36,165). Sum of RGB (Red+Green+Blue) = 188+36+165=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 36 (14.45% from 255 or 9.25% from 389); Blue value is 165 (64.84% from 255 or 42.42% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BC24A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC24A5 is #43DB5A. Grayscale: #5F5F5F. Windows color (decimal): -4447067 or 10822844. OLE color: 10822844.
HSL color Cylindrical-coordinate representation of color #BC24A5: hue angle of 309.08º 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 #BC24A5 is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 36 | 165 | - |
| CMYK | 0 | 0.81 | 0.12 | 0.26 |
| HSL | 309.08º | 0.68% | 0.44% | - |
| HSV(B) | 309.08º | 0.81% | 0.74% | - |
| XYZ | 28.16 | 14.67 | 36.94 | - |
| YUV | 96.15 | 166.86 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 36 | 165 | 0 | 0.81 | 0.12 | 0.26 | 309.08 | 0.68 | 0.44 |
| Hex | BC | 24 | A5 | 0 | 51 | C | 1A | 135 | 44 | 2C |
| Octal | 274 | 44 | 245 | 0 | 121 | 14 | 32 | 465 | 104 | 54 |
| Binary | 10111100 | 100100 | 10100101 | 0 | 1010001 | 1100 | 11010 | 100110101 | 1000100 | 101100 |
Color Harmonies of #BC24A5
Complementary color
Monochromatic Colors of #BC24A5
Black with #BC24A5
Text Example
Text Example
White with #BC24A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC24A5; }
p { color: rgb(188,36,165); }
H1.HeaderClassName
{
color: #BC24A5;
}
.AnyTagClassName
{
color: #BC24A5;
}
</style>
background-color css
<style>
a { background-color: #BC24A5; }
a { background-color: rgb(188,36,165); }
div.DivClassName
{
background-color: #BC24A5;
}
.BgClassName
{
background-color: #BC24A5;
}
</style>
border-color css
<style>
span { border-color: #BC24A5; }
span { border-color: rgb(188,36,165); }
td.TdClassName
{
border-color: #BC24A5;
}
.TagClassName
{
border-color: #BC24A5;
}
</style>