Shades of Medium Red Violet #BC25AA
Tints of Medium Red Violet #BC25AA
RGB
CMYK
RGB Variations
Color information
#BC25AA (or 0xBC25AA) is known color: Medium Red Violet. HEX triplet: BC, 25 and AA. RGB value is (188,37,170). Sum of RGB (Red+Green+Blue) = 188+37+170=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 37 (14.84% from 255 or 9.37% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC25AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC25AA is #43DA55. Grayscale: #606060. Windows color (decimal): -4446806 or 11150780. OLE color: 11150780.
HSL color Cylindrical-coordinate representation of color #BC25AA: hue angle of 307.15º 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 #BC25AA is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 37 | 170 | - |
| CMYK | 0 | 0.80 | 0.10 | 0.26 |
| HSL | 307.15º | 0.67% | 0.44% | - |
| HSV(B) | 307.15º | 0.8% | 0.74% | - |
| XYZ | 28.66 | 14.92 | 39.4 | - |
| YUV | 97.31 | 169.03 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 37 | 170 | 0 | 0.80 | 0.10 | 0.26 | 307.15 | 0.67 | 0.44 |
| Hex | BC | 25 | AA | 0 | 50 | A | 1A | 133 | 43 | 2C |
| Octal | 274 | 45 | 252 | 0 | 120 | 12 | 32 | 463 | 103 | 54 |
| Binary | 10111100 | 100101 | 10101010 | 0 | 1010000 | 1010 | 11010 | 100110011 | 1000011 | 101100 |
Color Harmonies of #BC25AA
Complementary color
Monochromatic Colors of #BC25AA
Black with #BC25AA
Text Example
Text Example
White with #BC25AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC25AA; }
p { color: rgb(188,37,170); }
H1.HeaderClassName
{
color: #BC25AA;
}
.AnyTagClassName
{
color: #BC25AA;
}
</style>
background-color css
<style>
a { background-color: #BC25AA; }
a { background-color: rgb(188,37,170); }
div.DivClassName
{
background-color: #BC25AA;
}
.BgClassName
{
background-color: #BC25AA;
}
</style>
border-color css
<style>
span { border-color: #BC25AA; }
span { border-color: rgb(188,37,170); }
td.TdClassName
{
border-color: #BC25AA;
}
.TagClassName
{
border-color: #BC25AA;
}
</style>