Shades of Heliotrope #BC7CF6
Tints of Heliotrope #BC7CF6
RGB
CMYK
RGB Variations
Color information
#BC7CF6 (or 0xBC7CF6) is known color: Heliotrope. HEX triplet: BC, 7C and F6. RGB value is (188,124,246). Sum of RGB (Red+Green+Blue) = 188+124+246=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 124 (48.83% from 255 or 22.22% from 558); Blue value is 246 (96.48% from 255 or 44.09% from 558); Max value from RGB is 246 - color contains mainly: blue. Hex color #BC7CF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7CF6 is #438309. Grayscale: #9C9C9C. Windows color (decimal): -4424458 or 16153788. OLE color: 16153788.
HSL color Cylindrical-coordinate representation of color #BC7CF6: hue angle of 271.48º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC7CF6 is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 124 | 246 | - |
| CMYK | 0.24 | 0.50 | 0 | 0.04 |
| HSL | 271.48º | 0.87% | 0.73% | - |
| HSV(B) | 271.48º | 0.5% | 0.96% | - |
| XYZ | 44.58 | 31.76 | 90.97 | - |
| YUV | 157.04 | 178.2 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 124 | 246 | 0.24 | 0.50 | 0 | 0.04 | 271.48 | 0.87 | 0.73 |
| Hex | BC | 7C | F6 | 18 | 32 | 0 | 4 | 10F | 57 | 49 |
| Octal | 274 | 174 | 366 | 30 | 62 | 0 | 4 | 417 | 127 | 111 |
| Binary | 10111100 | 1111100 | 11110110 | 11000 | 110010 | 0 | 100 | 100001111 | 1010111 | 1001001 |
Color Harmonies of #BC7CF6
Complementary color
Monochromatic Colors of #BC7CF6
Black with #BC7CF6
Text Example
Text Example
White with #BC7CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7CF6; }
p { color: rgb(188,124,246); }
H1.HeaderClassName
{
color: #BC7CF6;
}
.AnyTagClassName
{
color: #BC7CF6;
}
</style>
background-color css
<style>
a { background-color: #BC7CF6; }
a { background-color: rgb(188,124,246); }
div.DivClassName
{
background-color: #BC7CF6;
}
.BgClassName
{
background-color: #BC7CF6;
}
</style>
border-color css
<style>
span { border-color: #BC7CF6; }
span { border-color: rgb(188,124,246); }
td.TdClassName
{
border-color: #BC7CF6;
}
.TagClassName
{
border-color: #BC7CF6;
}
</style>