Shades of Heliotrope #BC7EFA
Tints of Heliotrope #BC7EFA
RGB
CMYK
RGB Variations
Color information
#BC7EFA (or 0xBC7EFA) is known color: Heliotrope. HEX triplet: BC, 7E and FA. RGB value is (188,126,250). Sum of RGB (Red+Green+Blue) = 188+126+250=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 126 (49.61% from 255 or 22.34% from 564); Blue value is 250 (98.05% from 255 or 44.33% from 564); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC7EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7EFA is #438105. Grayscale: #9E9E9E. Windows color (decimal): -4423942 or 16416444. OLE color: 16416444.
HSL color Cylindrical-coordinate representation of color #BC7EFA: hue angle of 270º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC7EFA is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 126 | 250 | - |
| CMYK | 0.25 | 0.50 | 0 | 0.02 |
| HSL | 270º | 0.93% | 0.74% | - |
| HSV(B) | 270º | 0.5% | 0.98% | - |
| XYZ | 45.46 | 32.52 | 94.32 | - |
| YUV | 158.67 | 179.54 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 126 | 250 | 0.25 | 0.50 | 0 | 0.02 | 270 | 0.93 | 0.74 |
| Hex | BC | 7E | FA | 19 | 32 | 0 | 2 | 10E | 5D | 4A |
| Octal | 274 | 176 | 372 | 31 | 62 | 0 | 2 | 416 | 135 | 112 |
| Binary | 10111100 | 1111110 | 11111010 | 11001 | 110010 | 0 | 10 | 100001110 | 1011101 | 1001010 |
Color Harmonies of #BC7EFA
Complementary color
Monochromatic Colors of #BC7EFA
Black with #BC7EFA
Text Example
Text Example
White with #BC7EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7EFA; }
p { color: rgb(188,126,250); }
H1.HeaderClassName
{
color: #BC7EFA;
}
.AnyTagClassName
{
color: #BC7EFA;
}
</style>
background-color css
<style>
a { background-color: #BC7EFA; }
a { background-color: rgb(188,126,250); }
div.DivClassName
{
background-color: #BC7EFA;
}
.BgClassName
{
background-color: #BC7EFA;
}
</style>
border-color css
<style>
span { border-color: #BC7EFA; }
span { border-color: rgb(188,126,250); }
td.TdClassName
{
border-color: #BC7EFA;
}
.TagClassName
{
border-color: #BC7EFA;
}
</style>