Shades of Medium Violet Red #BC04A4
Tints of Medium Violet Red #BC04A4
RGB
CMYK
RGB Variations
Color information
#BC04A4 (or 0xBC04A4) is known color: Medium Violet Red. HEX triplet: BC, 04 and A4. RGB value is (188,4,164). Sum of RGB (Red+Green+Blue) = 188+4+164=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 4 (1.95% from 255 or 1.12% from 356); Blue value is 164 (64.45% from 255 or 46.07% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC04A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC04A4 is #43FB5B. Grayscale: #4C4C4C. Windows color (decimal): -4455260 or 10749116. OLE color: 10749116.
HSL color Cylindrical-coordinate representation of color #BC04A4: hue angle of 307.83º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC04A4 is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 4 | 164 | - |
| CMYK | 0 | 0.98 | 0.13 | 0.26 |
| HSL | 307.83º | 0.96% | 0.38% | - |
| HSV(B) | 307.83º | 0.98% | 0.74% | - |
| XYZ | 27.48 | 13.46 | 36.27 | - |
| YUV | 77.26 | 176.96 | 206.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 4 | 164 | 0 | 0.98 | 0.13 | 0.26 | 307.83 | 0.96 | 0.38 |
| Hex | BC | 4 | A4 | 0 | 62 | D | 1A | 134 | 60 | 26 |
| Octal | 274 | 4 | 244 | 0 | 142 | 15 | 32 | 464 | 140 | 46 |
| Binary | 10111100 | 100 | 10100100 | 0 | 1100010 | 1101 | 11010 | 100110100 | 1100000 | 100110 |
Color Harmonies of #BC04A4
Complementary color
Monochromatic Colors of #BC04A4
Black with #BC04A4
Text Example
Text Example
White with #BC04A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC04A4; }
p { color: rgb(188,4,164); }
H1.HeaderClassName
{
color: #BC04A4;
}
.AnyTagClassName
{
color: #BC04A4;
}
</style>
background-color css
<style>
a { background-color: #BC04A4; }
a { background-color: rgb(188,4,164); }
div.DivClassName
{
background-color: #BC04A4;
}
.BgClassName
{
background-color: #BC04A4;
}
</style>
border-color css
<style>
span { border-color: #BC04A4; }
span { border-color: rgb(188,4,164); }
td.TdClassName
{
border-color: #BC04A4;
}
.TagClassName
{
border-color: #BC04A4;
}
</style>