Shades of Heliotrope #BC63F7
Tints of Heliotrope #BC63F7
RGB
CMYK
RGB Variations
Color information
#BC63F7 (or 0xBC63F7) is known color: Heliotrope. HEX triplet: BC, 63 and F7. RGB value is (188,99,247). Sum of RGB (Red+Green+Blue) = 188+99+247=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 99 (39.06% from 255 or 18.54% from 534); Blue value is 247 (96.88% from 255 or 46.25% from 534); Max value from RGB is 247 - color contains mainly: blue. Hex color #BC63F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC63F7 is #439C08. Grayscale: #8D8D8D. Windows color (decimal): -4430857 or 16212924. OLE color: 16212924.
HSL color Cylindrical-coordinate representation of color #BC63F7: hue angle of 276.08º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC63F7 is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 99 | 247 | - |
| CMYK | 0.24 | 0.60 | 0 | 0.03 |
| HSL | 276.08º | 0.9% | 0.68% | - |
| HSV(B) | 276.08º | 0.6% | 0.97% | - |
| XYZ | 41.99 | 26.33 | 90.86 | - |
| YUV | 142.48 | 186.99 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 99 | 247 | 0.24 | 0.60 | 0 | 0.03 | 276.08 | 0.9 | 0.68 |
| Hex | BC | 63 | F7 | 18 | 3C | 0 | 3 | 114 | 5A | 44 |
| Octal | 274 | 143 | 367 | 30 | 74 | 0 | 3 | 424 | 132 | 104 |
| Binary | 10111100 | 1100011 | 11110111 | 11000 | 111100 | 0 | 11 | 100010100 | 1011010 | 1000100 |
Color Harmonies of #BC63F7
Complementary color
Monochromatic Colors of #BC63F7
Black with #BC63F7
Text Example
Text Example
White with #BC63F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC63F7; }
p { color: rgb(188,99,247); }
H1.HeaderClassName
{
color: #BC63F7;
}
.AnyTagClassName
{
color: #BC63F7;
}
</style>
background-color css
<style>
a { background-color: #BC63F7; }
a { background-color: rgb(188,99,247); }
div.DivClassName
{
background-color: #BC63F7;
}
.BgClassName
{
background-color: #BC63F7;
}
</style>
border-color css
<style>
span { border-color: #BC63F7; }
span { border-color: rgb(188,99,247); }
td.TdClassName
{
border-color: #BC63F7;
}
.TagClassName
{
border-color: #BC63F7;
}
</style>