Shades of Medium Red Violet #BC25AD
Tints of Medium Red Violet #BC25AD
RGB
CMYK
RGB Variations
Color information
#BC25AD (or 0xBC25AD) is known color: Medium Red Violet. HEX triplet: BC, 25 and AD. RGB value is (188,37,173). Sum of RGB (Red+Green+Blue) = 188+37+173=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 37 (14.84% from 255 or 9.30% from 398); Blue value is 173 (67.97% from 255 or 43.47% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BC25AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC25AD is #43DA52. Grayscale: #616161. Windows color (decimal): -4446803 or 11347388. OLE color: 11347388.
HSL color Cylindrical-coordinate representation of color #BC25AD: hue angle of 305.96º 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 #BC25AD is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 37 | 173 | - |
| CMYK | 0 | 0.80 | 0.08 | 0.26 |
| HSL | 305.96º | 0.67% | 0.44% | - |
| HSV(B) | 305.96º | 0.8% | 0.74% | - |
| XYZ | 28.94 | 15.03 | 40.91 | - |
| YUV | 97.65 | 170.53 | 192.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 37 | 173 | 0 | 0.80 | 0.08 | 0.26 | 305.96 | 0.67 | 0.44 |
| Hex | BC | 25 | AD | 0 | 50 | 8 | 1A | 132 | 43 | 2C |
| Octal | 274 | 45 | 255 | 0 | 120 | 10 | 32 | 462 | 103 | 54 |
| Binary | 10111100 | 100101 | 10101101 | 0 | 1010000 | 1000 | 11010 | 100110010 | 1000011 | 101100 |
Color Harmonies of #BC25AD
Complementary color
Monochromatic Colors of #BC25AD
Black with #BC25AD
Text Example
Text Example
White with #BC25AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC25AD; }
p { color: rgb(188,37,173); }
H1.HeaderClassName
{
color: #BC25AD;
}
.AnyTagClassName
{
color: #BC25AD;
}
</style>
background-color css
<style>
a { background-color: #BC25AD; }
a { background-color: rgb(188,37,173); }
div.DivClassName
{
background-color: #BC25AD;
}
.BgClassName
{
background-color: #BC25AD;
}
</style>
border-color css
<style>
span { border-color: #BC25AD; }
span { border-color: rgb(188,37,173); }
td.TdClassName
{
border-color: #BC25AD;
}
.TagClassName
{
border-color: #BC25AD;
}
</style>