Shades of Heliotrope #BC7CFA
Tints of Heliotrope #BC7CFA
RGB
CMYK
RGB Variations
Color information
#BC7CFA (or 0xBC7CFA) is known color: Heliotrope. HEX triplet: BC, 7C and FA. RGB value is (188,124,250). Sum of RGB (Red+Green+Blue) = 188+124+250=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 124 (48.83% from 255 or 22.06% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC7CFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7CFA is #438305. Grayscale: #9D9D9D. Windows color (decimal): -4424454 or 16415932. OLE color: 16415932.
HSL color Cylindrical-coordinate representation of color #BC7CFA: hue angle of 270.48º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC7CFA is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 124 | 250 | - |
| CMYK | 0.25 | 0.50 | 0 | 0.02 |
| HSL | 270.48º | 0.93% | 0.73% | - |
| HSV(B) | 270.48º | 0.5% | 0.98% | - |
| XYZ | 45.2 | 32.01 | 94.24 | - |
| YUV | 157.5 | 180.2 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 124 | 250 | 0.25 | 0.50 | 0 | 0.02 | 270.48 | 0.93 | 0.73 |
| Hex | BC | 7C | FA | 19 | 32 | 0 | 2 | 10E | 5D | 49 |
| Octal | 274 | 174 | 372 | 31 | 62 | 0 | 2 | 416 | 135 | 111 |
| Binary | 10111100 | 1111100 | 11111010 | 11001 | 110010 | 0 | 10 | 100001110 | 1011101 | 1001001 |
Color Harmonies of #BC7CFA
Complementary color
Monochromatic Colors of #BC7CFA
Black with #BC7CFA
Text Example
Text Example
White with #BC7CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7CFA; }
p { color: rgb(188,124,250); }
H1.HeaderClassName
{
color: #BC7CFA;
}
.AnyTagClassName
{
color: #BC7CFA;
}
</style>
background-color css
<style>
a { background-color: #BC7CFA; }
a { background-color: rgb(188,124,250); }
div.DivClassName
{
background-color: #BC7CFA;
}
.BgClassName
{
background-color: #BC7CFA;
}
</style>
border-color css
<style>
span { border-color: #BC7CFA; }
span { border-color: rgb(188,124,250); }
td.TdClassName
{
border-color: #BC7CFA;
}
.TagClassName
{
border-color: #BC7CFA;
}
</style>