Shades of Heliotrope #BC6DF7
Tints of Heliotrope #BC6DF7
RGB
CMYK
RGB Variations
Color information
#BC6DF7 (or 0xBC6DF7) is known color: Heliotrope. HEX triplet: BC, 6D and F7. RGB value is (188,109,247). Sum of RGB (Red+Green+Blue) = 188+109+247=544 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.56% from 544); Green value is 109 (42.97% from 255 or 20.04% from 544); Blue value is 247 (96.88% from 255 or 45.40% from 544); Max value from RGB is 247 - color contains mainly: blue. Hex color #BC6DF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC6DF7 is #439208. Grayscale: #939393. Windows color (decimal): -4428297 or 16215484. OLE color: 16215484.
HSL color Cylindrical-coordinate representation of color #BC6DF7: hue angle of 274.35º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC6DF7 is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 109 | 247 | - |
| CMYK | 0.24 | 0.56 | 0 | 0.03 |
| HSL | 274.35º | 0.9% | 0.7% | - |
| HSV(B) | 274.35º | 0.56% | 0.97% | - |
| XYZ | 43 | 28.34 | 91.2 | - |
| YUV | 148.35 | 183.67 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 109 | 247 | 0.24 | 0.56 | 0 | 0.03 | 274.35 | 0.9 | 0.7 |
| Hex | BC | 6D | F7 | 18 | 38 | 0 | 3 | 112 | 5A | 46 |
| Octal | 274 | 155 | 367 | 30 | 70 | 0 | 3 | 422 | 132 | 106 |
| Binary | 10111100 | 1101101 | 11110111 | 11000 | 111000 | 0 | 11 | 100010010 | 1011010 | 1000110 |
Color Harmonies of #BC6DF7
Complementary color
Monochromatic Colors of #BC6DF7
Black with #BC6DF7
Text Example
Text Example
White with #BC6DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6DF7; }
p { color: rgb(188,109,247); }
H1.HeaderClassName
{
color: #BC6DF7;
}
.AnyTagClassName
{
color: #BC6DF7;
}
</style>
background-color css
<style>
a { background-color: #BC6DF7; }
a { background-color: rgb(188,109,247); }
div.DivClassName
{
background-color: #BC6DF7;
}
.BgClassName
{
background-color: #BC6DF7;
}
</style>
border-color css
<style>
span { border-color: #BC6DF7; }
span { border-color: rgb(188,109,247); }
td.TdClassName
{
border-color: #BC6DF7;
}
.TagClassName
{
border-color: #BC6DF7;
}
</style>