Shades of Medium Violet Red #BC06A5
Tints of Medium Violet Red #BC06A5
RGB
CMYK
RGB Variations
Color information
#BC06A5 (or 0xBC06A5) is known color: Medium Violet Red. HEX triplet: BC, 06 and A5. RGB value is (188,6,165). Sum of RGB (Red+Green+Blue) = 188+6+165=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 6 (2.73% from 255 or 1.67% from 359); Blue value is 165 (64.84% from 255 or 45.96% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BC06A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC06A5 is #43F95A. Grayscale: #4E4E4E. Windows color (decimal): -4454747 or 10815164. OLE color: 10815164.
HSL color Cylindrical-coordinate representation of color #BC06A5: hue angle of 307.58º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC06A5 is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 6 | 165 | - |
| CMYK | 0 | 0.97 | 0.12 | 0.26 |
| HSL | 307.58º | 0.94% | 0.38% | - |
| HSV(B) | 307.58º | 0.97% | 0.74% | - |
| XYZ | 27.6 | 13.54 | 36.76 | - |
| YUV | 78.54 | 176.8 | 206.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 6 | 165 | 0 | 0.97 | 0.12 | 0.26 | 307.58 | 0.94 | 0.38 |
| Hex | BC | 6 | A5 | 0 | 61 | C | 1A | 134 | 5E | 26 |
| Octal | 274 | 6 | 245 | 0 | 141 | 14 | 32 | 464 | 136 | 46 |
| Binary | 10111100 | 110 | 10100101 | 0 | 1100001 | 1100 | 11010 | 100110100 | 1011110 | 100110 |
Color Harmonies of #BC06A5
Complementary color
Monochromatic Colors of #BC06A5
Black with #BC06A5
Text Example
Text Example
White with #BC06A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC06A5; }
p { color: rgb(188,6,165); }
H1.HeaderClassName
{
color: #BC06A5;
}
.AnyTagClassName
{
color: #BC06A5;
}
</style>
background-color css
<style>
a { background-color: #BC06A5; }
a { background-color: rgb(188,6,165); }
div.DivClassName
{
background-color: #BC06A5;
}
.BgClassName
{
background-color: #BC06A5;
}
</style>
border-color css
<style>
span { border-color: #BC06A5; }
span { border-color: rgb(188,6,165); }
td.TdClassName
{
border-color: #BC06A5;
}
.TagClassName
{
border-color: #BC06A5;
}
</style>