Shades of Heliotrope #BC6EF2
Tints of Heliotrope #BC6EF2
RGB
CMYK
RGB Variations
Color information
#BC6EF2 (or 0xBC6EF2) is known color: Heliotrope. HEX triplet: BC, 6E and F2. RGB value is (188,110,242). Sum of RGB (Red+Green+Blue) = 188+110+242=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 110 (43.36% from 255 or 20.37% from 540); Blue value is 242 (94.92% from 255 or 44.81% from 540); Max value from RGB is 242 - color contains mainly: blue. Hex color #BC6EF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC6EF2 is #43910D. Grayscale: #939393. Windows color (decimal): -4428046 or 15888060. OLE color: 15888060.
HSL color Cylindrical-coordinate representation of color #BC6EF2: hue angle of 275.45º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC6EF2 is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 110 | 242 | - |
| CMYK | 0.22 | 0.55 | 0 | 0.05 |
| HSL | 275.45º | 0.84% | 0.69% | - |
| HSV(B) | 275.45º | 0.55% | 0.95% | - |
| XYZ | 42.34 | 28.25 | 87.23 | - |
| YUV | 148.37 | 180.84 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 110 | 242 | 0.22 | 0.55 | 0 | 0.05 | 275.45 | 0.84 | 0.69 |
| Hex | BC | 6E | F2 | 16 | 37 | 0 | 5 | 113 | 54 | 45 |
| Octal | 274 | 156 | 362 | 26 | 67 | 0 | 5 | 423 | 124 | 105 |
| Binary | 10111100 | 1101110 | 11110010 | 10110 | 110111 | 0 | 101 | 100010011 | 1010100 | 1000101 |
Color Harmonies of #BC6EF2
Complementary color
Monochromatic Colors of #BC6EF2
Black with #BC6EF2
Text Example
Text Example
White with #BC6EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6EF2; }
p { color: rgb(188,110,242); }
H1.HeaderClassName
{
color: #BC6EF2;
}
.AnyTagClassName
{
color: #BC6EF2;
}
</style>
background-color css
<style>
a { background-color: #BC6EF2; }
a { background-color: rgb(188,110,242); }
div.DivClassName
{
background-color: #BC6EF2;
}
.BgClassName
{
background-color: #BC6EF2;
}
</style>
border-color css
<style>
span { border-color: #BC6EF2; }
span { border-color: rgb(188,110,242); }
td.TdClassName
{
border-color: #BC6EF2;
}
.TagClassName
{
border-color: #BC6EF2;
}
</style>