Shades of Heliotrope #BC68F7
Tints of Heliotrope #BC68F7
RGB
CMYK
RGB Variations
Color information
#BC68F7 (or 0xBC68F7) is known color: Heliotrope. HEX triplet: BC, 68 and F7. RGB value is (188,104,247). Sum of RGB (Red+Green+Blue) = 188+104+247=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 104 (41.02% from 255 or 19.29% from 539); Blue value is 247 (96.88% from 255 or 45.83% from 539); Max value from RGB is 247 - color contains mainly: blue. Hex color #BC68F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC68F7 is #439708. Grayscale: #909090. Windows color (decimal): -4429577 or 16214204. OLE color: 16214204.
HSL color Cylindrical-coordinate representation of color #BC68F7: hue angle of 275.24º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC68F7 is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 104 | 247 | - |
| CMYK | 0.24 | 0.58 | 0 | 0.03 |
| HSL | 275.24º | 0.9% | 0.69% | - |
| HSV(B) | 275.24º | 0.58% | 0.97% | - |
| XYZ | 42.48 | 27.31 | 91.03 | - |
| YUV | 145.42 | 185.33 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 104 | 247 | 0.24 | 0.58 | 0 | 0.03 | 275.24 | 0.9 | 0.69 |
| Hex | BC | 68 | F7 | 18 | 3A | 0 | 3 | 113 | 5A | 45 |
| Octal | 274 | 150 | 367 | 30 | 72 | 0 | 3 | 423 | 132 | 105 |
| Binary | 10111100 | 1101000 | 11110111 | 11000 | 111010 | 0 | 11 | 100010011 | 1011010 | 1000101 |
Color Harmonies of #BC68F7
Complementary color
Monochromatic Colors of #BC68F7
Black with #BC68F7
Text Example
Text Example
White with #BC68F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC68F7; }
p { color: rgb(188,104,247); }
H1.HeaderClassName
{
color: #BC68F7;
}
.AnyTagClassName
{
color: #BC68F7;
}
</style>
background-color css
<style>
a { background-color: #BC68F7; }
a { background-color: rgb(188,104,247); }
div.DivClassName
{
background-color: #BC68F7;
}
.BgClassName
{
background-color: #BC68F7;
}
</style>
border-color css
<style>
span { border-color: #BC68F7; }
span { border-color: rgb(188,104,247); }
td.TdClassName
{
border-color: #BC68F7;
}
.TagClassName
{
border-color: #BC68F7;
}
</style>