Shades of Heliotrope #BC7EFE
Tints of Heliotrope #BC7EFE
RGB
CMYK
RGB Variations
Color information
#BC7EFE (or 0xBC7EFE) is known color: Heliotrope. HEX triplet: BC, 7E and FE. RGB value is (188,126,254). Sum of RGB (Red+Green+Blue) = 188+126+254=568 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.10% from 568); Green value is 126 (49.61% from 255 or 22.18% from 568); Blue value is 254 (99.61% from 255 or 44.72% from 568); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC7EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7EFE is #438101. Grayscale: #9E9E9E. Windows color (decimal): -4423938 or 16678588. OLE color: 16678588.
HSL color Cylindrical-coordinate representation of color #BC7EFE: hue angle of 269.06º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC7EFE is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 126 | 254 | - |
| CMYK | 0.26 | 0.50 | 0 | 0.00 |
| HSL | 269.06º | 0.98% | 0.75% | - |
| HSV(B) | 269.06º | 0.5% | 1% | - |
| XYZ | 46.09 | 32.77 | 97.66 | - |
| YUV | 159.13 | 181.54 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 126 | 254 | 0.26 | 0.50 | 0 | 0.00 | 269.06 | 0.98 | 0.75 |
| Hex | BC | 7E | FE | 1A | 32 | 0 | 0 | 10D | 62 | 4B |
| Octal | 274 | 176 | 376 | 32 | 62 | 0 | 0 | 415 | 142 | 113 |
| Binary | 10111100 | 1111110 | 11111110 | 11010 | 110010 | 0 | 0 | 100001101 | 1100010 | 1001011 |
Color Harmonies of #BC7EFE
Complementary color
Monochromatic Colors of #BC7EFE
Black with #BC7EFE
Text Example
Text Example
White with #BC7EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7EFE; }
p { color: rgb(188,126,254); }
H1.HeaderClassName
{
color: #BC7EFE;
}
.AnyTagClassName
{
color: #BC7EFE;
}
</style>
background-color css
<style>
a { background-color: #BC7EFE; }
a { background-color: rgb(188,126,254); }
div.DivClassName
{
background-color: #BC7EFE;
}
.BgClassName
{
background-color: #BC7EFE;
}
</style>
border-color css
<style>
span { border-color: #BC7EFE; }
span { border-color: rgb(188,126,254); }
td.TdClassName
{
border-color: #BC7EFE;
}
.TagClassName
{
border-color: #BC7EFE;
}
</style>