Shades of Medium Red Violet #BC25A6
Tints of Medium Red Violet #BC25A6
RGB
CMYK
RGB Variations
Color information
#BC25A6 (or 0xBC25A6) is known color: Medium Red Violet. HEX triplet: BC, 25 and A6. RGB value is (188,37,166). Sum of RGB (Red+Green+Blue) = 188+37+166=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 37 (14.84% from 255 or 9.46% from 391); Blue value is 166 (65.23% from 255 or 42.46% from 391); Max value from RGB is 188 - color contains mainly: red. Hex color #BC25A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC25A6 is #43DA59. Grayscale: #606060. Windows color (decimal): -4446810 or 10888636. OLE color: 10888636.
HSL color Cylindrical-coordinate representation of color #BC25A6: hue angle of 308.74º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC25A6 is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 37 | 166 | - |
| CMYK | 0 | 0.80 | 0.12 | 0.26 |
| HSL | 308.74º | 0.67% | 0.44% | - |
| HSV(B) | 308.74º | 0.8% | 0.74% | - |
| XYZ | 28.28 | 14.77 | 37.44 | - |
| YUV | 96.86 | 167.03 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 37 | 166 | 0 | 0.80 | 0.12 | 0.26 | 308.74 | 0.67 | 0.44 |
| Hex | BC | 25 | A6 | 0 | 50 | C | 1A | 135 | 43 | 2C |
| Octal | 274 | 45 | 246 | 0 | 120 | 14 | 32 | 465 | 103 | 54 |
| Binary | 10111100 | 100101 | 10100110 | 0 | 1010000 | 1100 | 11010 | 100110101 | 1000011 | 101100 |
Color Harmonies of #BC25A6
Complementary color
Monochromatic Colors of #BC25A6
Black with #BC25A6
Text Example
Text Example
White with #BC25A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC25A6; }
p { color: rgb(188,37,166); }
H1.HeaderClassName
{
color: #BC25A6;
}
.AnyTagClassName
{
color: #BC25A6;
}
</style>
background-color css
<style>
a { background-color: #BC25A6; }
a { background-color: rgb(188,37,166); }
div.DivClassName
{
background-color: #BC25A6;
}
.BgClassName
{
background-color: #BC25A6;
}
</style>
border-color css
<style>
span { border-color: #BC25A6; }
span { border-color: rgb(188,37,166); }
td.TdClassName
{
border-color: #BC25A6;
}
.TagClassName
{
border-color: #BC25A6;
}
</style>