Shades of Medium Violet Red #BC03A2
Tints of Medium Violet Red #BC03A2
RGB
CMYK
RGB Variations
Color information
#BC03A2 (or 0xBC03A2) is known color: Medium Violet Red. HEX triplet: BC, 03 and A2. RGB value is (188,3,162). Sum of RGB (Red+Green+Blue) = 188+3+162=353 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.26% from 353); Green value is 3 (1.56% from 255 or 0.85% from 353); Blue value is 162 (63.67% from 255 or 45.89% from 353); Max value from RGB is 188 - color contains mainly: red. Hex color #BC03A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC03A2 is #43FC5D. Grayscale: #4B4B4B. Windows color (decimal): -4455518 or 10617788. OLE color: 10617788.
HSL color Cylindrical-coordinate representation of color #BC03A2: hue angle of 308.43º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC03A2 is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 3 | 162 | - |
| CMYK | 0 | 0.98 | 0.14 | 0.26 |
| HSL | 308.43º | 0.97% | 0.37% | - |
| HSV(B) | 308.43º | 0.98% | 0.74% | - |
| XYZ | 27.29 | 13.37 | 35.32 | - |
| YUV | 76.44 | 176.29 | 207.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 3 | 162 | 0 | 0.98 | 0.14 | 0.26 | 308.43 | 0.97 | 0.37 |
| Hex | BC | 3 | A2 | 0 | 62 | E | 1A | 134 | 61 | 25 |
| Octal | 274 | 3 | 242 | 0 | 142 | 16 | 32 | 464 | 141 | 45 |
| Binary | 10111100 | 11 | 10100010 | 0 | 1100010 | 1110 | 11010 | 100110100 | 1100001 | 100101 |
Color Harmonies of #BC03A2
Complementary color
Monochromatic Colors of #BC03A2
Black with #BC03A2
Text Example
Text Example
White with #BC03A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC03A2; }
p { color: rgb(188,3,162); }
H1.HeaderClassName
{
color: #BC03A2;
}
.AnyTagClassName
{
color: #BC03A2;
}
</style>
background-color css
<style>
a { background-color: #BC03A2; }
a { background-color: rgb(188,3,162); }
div.DivClassName
{
background-color: #BC03A2;
}
.BgClassName
{
background-color: #BC03A2;
}
</style>
border-color css
<style>
span { border-color: #BC03A2; }
span { border-color: rgb(188,3,162); }
td.TdClassName
{
border-color: #BC03A2;
}
.TagClassName
{
border-color: #BC03A2;
}
</style>