Shades of Medium Violet Red #BC0BA3
Tints of Medium Violet Red #BC0BA3
RGB
CMYK
RGB Variations
Color information
#BC0BA3 (or 0xBC0BA3) is known color: Medium Violet Red. HEX triplet: BC, 0B and A3. RGB value is (188,11,163). Sum of RGB (Red+Green+Blue) = 188+11+163=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 11 (4.69% from 255 or 3.04% from 362); Blue value is 163 (64.06% from 255 or 45.03% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0BA3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0BA3 is #43F45C. Grayscale: #505050. Windows color (decimal): -4453469 or 10685372. OLE color: 10685372.
HSL color Cylindrical-coordinate representation of color #BC0BA3: hue angle of 308.47º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0BA3 is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 11 | 163 | - |
| CMYK | 0 | 0.94 | 0.13 | 0.26 |
| HSL | 308.47º | 0.89% | 0.39% | - |
| HSV(B) | 308.47º | 0.94% | 0.74% | - |
| XYZ | 27.47 | 13.58 | 35.82 | - |
| YUV | 81.25 | 174.14 | 204.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 11 | 163 | 0 | 0.94 | 0.13 | 0.26 | 308.47 | 0.89 | 0.39 |
| Hex | BC | B | A3 | 0 | 5E | D | 1A | 134 | 59 | 27 |
| Octal | 274 | 13 | 243 | 0 | 136 | 15 | 32 | 464 | 131 | 47 |
| Binary | 10111100 | 1011 | 10100011 | 0 | 1011110 | 1101 | 11010 | 100110100 | 1011001 | 100111 |
Color Harmonies of #BC0BA3
Complementary color
Monochromatic Colors of #BC0BA3
Black with #BC0BA3
Text Example
Text Example
White with #BC0BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0BA3; }
p { color: rgb(188,11,163); }
H1.HeaderClassName
{
color: #BC0BA3;
}
.AnyTagClassName
{
color: #BC0BA3;
}
</style>
background-color css
<style>
a { background-color: #BC0BA3; }
a { background-color: rgb(188,11,163); }
div.DivClassName
{
background-color: #BC0BA3;
}
.BgClassName
{
background-color: #BC0BA3;
}
</style>
border-color css
<style>
span { border-color: #BC0BA3; }
span { border-color: rgb(188,11,163); }
td.TdClassName
{
border-color: #BC0BA3;
}
.TagClassName
{
border-color: #BC0BA3;
}
</style>