Shades of Medium Red Violet #BC28AC
Tints of Medium Red Violet #BC28AC
RGB
CMYK
RGB Variations
Color information
#BC28AC (or 0xBC28AC) is known color: Medium Red Violet. HEX triplet: BC, 28 and AC. RGB value is (188,40,172). Sum of RGB (Red+Green+Blue) = 188+40+172=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 40 (16.02% from 255 or 10% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BC28AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC28AC is #43D753. Grayscale: #626262. Windows color (decimal): -4446036 or 11282620. OLE color: 11282620.
HSL color Cylindrical-coordinate representation of color #BC28AC: hue angle of 306.49º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC28AC is Cyan = 0, Magento = 0.79, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 40 | 172 | - |
| CMYK | 0 | 0.79 | 0.09 | 0.26 |
| HSL | 306.49º | 0.65% | 0.45% | - |
| HSV(B) | 306.49º | 0.79% | 0.74% | - |
| XYZ | 28.94 | 15.19 | 40.44 | - |
| YUV | 99.3 | 169.03 | 191.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 40 | 172 | 0 | 0.79 | 0.09 | 0.26 | 306.49 | 0.65 | 0.45 |
| Hex | BC | 28 | AC | 0 | 4F | 9 | 1A | 132 | 41 | 2D |
| Octal | 274 | 50 | 254 | 0 | 117 | 11 | 32 | 462 | 101 | 55 |
| Binary | 10111100 | 101000 | 10101100 | 0 | 1001111 | 1001 | 11010 | 100110010 | 1000001 | 101101 |
Color Harmonies of #BC28AC
Complementary color
Monochromatic Colors of #BC28AC
Black with #BC28AC
Text Example
Text Example
White with #BC28AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC28AC; }
p { color: rgb(188,40,172); }
H1.HeaderClassName
{
color: #BC28AC;
}
.AnyTagClassName
{
color: #BC28AC;
}
</style>
background-color css
<style>
a { background-color: #BC28AC; }
a { background-color: rgb(188,40,172); }
div.DivClassName
{
background-color: #BC28AC;
}
.BgClassName
{
background-color: #BC28AC;
}
</style>
border-color css
<style>
span { border-color: #BC28AC; }
span { border-color: rgb(188,40,172); }
td.TdClassName
{
border-color: #BC28AC;
}
.TagClassName
{
border-color: #BC28AC;
}
</style>