Shades of Heliotrope #BC6EFF
Tints of Heliotrope #BC6EFF
RGB
CMYK
RGB Variations
Color information
#BC6EFF (or 0xBC6EFF) is known color: Heliotrope. HEX triplet: BC, 6E and FF. RGB value is (188,110,255). Sum of RGB (Red+Green+Blue) = 188+110+255=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 110 (43.36% from 255 or 19.89% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC6EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC6EFF is #439100. Grayscale: #959595. Windows color (decimal): -4428033 or 16740028. OLE color: 16740028.
HSL color Cylindrical-coordinate representation of color #BC6EFF: hue angle of 272.28º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC6EFF is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 110 | 255 | - |
| CMYK | 0.26 | 0.57 | 0 | 0 |
| HSL | 272.28º | 1% | 0.72% | - |
| HSV(B) | 272.28º | 0.57% | 1% | - |
| XYZ | 44.36 | 29.06 | 97.88 | - |
| YUV | 149.85 | 187.34 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 110 | 255 | 0.26 | 0.57 | 0 | 0 | 272.28 | 1 | 0.72 |
| Hex | BC | 6E | FF | 1A | 39 | 0 | 0 | 110 | 64 | 48 |
| Octal | 274 | 156 | 377 | 32 | 71 | 0 | 0 | 420 | 144 | 110 |
| Binary | 10111100 | 1101110 | 11111111 | 11010 | 111001 | 0 | 0 | 100010000 | 1100100 | 1001000 |
Color Harmonies of #BC6EFF
Complementary color
Monochromatic Colors of #BC6EFF
Black with #BC6EFF
Text Example
Text Example
White with #BC6EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6EFF; }
p { color: rgb(188,110,255); }
H1.HeaderClassName
{
color: #BC6EFF;
}
.AnyTagClassName
{
color: #BC6EFF;
}
</style>
background-color css
<style>
a { background-color: #BC6EFF; }
a { background-color: rgb(188,110,255); }
div.DivClassName
{
background-color: #BC6EFF;
}
.BgClassName
{
background-color: #BC6EFF;
}
</style>
border-color css
<style>
span { border-color: #BC6EFF; }
span { border-color: rgb(188,110,255); }
td.TdClassName
{
border-color: #BC6EFF;
}
.TagClassName
{
border-color: #BC6EFF;
}
</style>