Shades of Heliotrope #BC6AFE
Tints of Heliotrope #BC6AFE
RGB
CMYK
RGB Variations
Color information
#BC6AFE (or 0xBC6AFE) is known color: Heliotrope. HEX triplet: BC, 6A and FE. RGB value is (188,106,254). Sum of RGB (Red+Green+Blue) = 188+106+254=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 106 (41.80% from 255 or 19.34% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC6AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC6AFE is #439501. Grayscale: #929292. Windows color (decimal): -4429058 or 16673468. OLE color: 16673468.
HSL color Cylindrical-coordinate representation of color #BC6AFE: hue angle of 273.24º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC6AFE is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 106 | 254 | - |
| CMYK | 0.26 | 0.58 | 0 | 0.00 |
| HSL | 273.24º | 0.99% | 0.71% | - |
| HSV(B) | 273.24º | 0.58% | 1% | - |
| XYZ | 43.78 | 28.16 | 96.89 | - |
| YUV | 147.39 | 188.17 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 106 | 254 | 0.26 | 0.58 | 0 | 0.00 | 273.24 | 0.99 | 0.71 |
| Hex | BC | 6A | FE | 1A | 3A | 0 | 0 | 111 | 63 | 47 |
| Octal | 274 | 152 | 376 | 32 | 72 | 0 | 0 | 421 | 143 | 107 |
| Binary | 10111100 | 1101010 | 11111110 | 11010 | 111010 | 0 | 0 | 100010001 | 1100011 | 1000111 |
Color Harmonies of #BC6AFE
Complementary color
Monochromatic Colors of #BC6AFE
Black with #BC6AFE
Text Example
Text Example
White with #BC6AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6AFE; }
p { color: rgb(188,106,254); }
H1.HeaderClassName
{
color: #BC6AFE;
}
.AnyTagClassName
{
color: #BC6AFE;
}
</style>
background-color css
<style>
a { background-color: #BC6AFE; }
a { background-color: rgb(188,106,254); }
div.DivClassName
{
background-color: #BC6AFE;
}
.BgClassName
{
background-color: #BC6AFE;
}
</style>
border-color css
<style>
span { border-color: #BC6AFE; }
span { border-color: rgb(188,106,254); }
td.TdClassName
{
border-color: #BC6AFE;
}
.TagClassName
{
border-color: #BC6AFE;
}
</style>