Shades of Heliotrope #BC7CFF
Tints of Heliotrope #BC7CFF
RGB
CMYK
RGB Variations
Color information
#BC7CFF (or 0xBC7CFF) is known color: Heliotrope. HEX triplet: BC, 7C and FF. RGB value is (188,124,255). Sum of RGB (Red+Green+Blue) = 188+124+255=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 124 (48.83% from 255 or 21.87% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC7CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7CFF is #438300. Grayscale: #9D9D9D. Windows color (decimal): -4424449 or 16743612. OLE color: 16743612.
HSL color Cylindrical-coordinate representation of color #BC7CFF: hue angle of 269.31º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC7CFF is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 124 | 255 | - |
| CMYK | 0.26 | 0.51 | 0 | 0 |
| HSL | 269.31º | 1% | 0.74% | - |
| HSV(B) | 269.31º | 0.51% | 1% | - |
| XYZ | 46 | 32.33 | 98.42 | - |
| YUV | 158.07 | 182.7 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 124 | 255 | 0.26 | 0.51 | 0 | 0 | 269.31 | 1 | 0.74 |
| Hex | BC | 7C | FF | 1A | 33 | 0 | 0 | 10D | 64 | 4A |
| Octal | 274 | 174 | 377 | 32 | 63 | 0 | 0 | 415 | 144 | 112 |
| Binary | 10111100 | 1111100 | 11111111 | 11010 | 110011 | 0 | 0 | 100001101 | 1100100 | 1001010 |
Color Harmonies of #BC7CFF
Complementary color
Monochromatic Colors of #BC7CFF
Black with #BC7CFF
Text Example
Text Example
White with #BC7CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7CFF; }
p { color: rgb(188,124,255); }
H1.HeaderClassName
{
color: #BC7CFF;
}
.AnyTagClassName
{
color: #BC7CFF;
}
</style>
background-color css
<style>
a { background-color: #BC7CFF; }
a { background-color: rgb(188,124,255); }
div.DivClassName
{
background-color: #BC7CFF;
}
.BgClassName
{
background-color: #BC7CFF;
}
</style>
border-color css
<style>
span { border-color: #BC7CFF; }
span { border-color: rgb(188,124,255); }
td.TdClassName
{
border-color: #BC7CFF;
}
.TagClassName
{
border-color: #BC7CFF;
}
</style>