Shades of Heliotrope #BC86FE
Tints of Heliotrope #BC86FE
RGB
CMYK
RGB Variations
Color information
#BC86FE (or 0xBC86FE) is known color: Heliotrope. HEX triplet: BC, 86 and FE. RGB value is (188,134,254). Sum of RGB (Red+Green+Blue) = 188+134+254=576 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.64% from 576); Green value is 134 (52.73% from 255 or 23.26% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC86FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC86FE is #437901. Grayscale: #A3A3A3. Windows color (decimal): -4421890 or 16680636. OLE color: 16680636.
HSL color Cylindrical-coordinate representation of color #BC86FE: hue angle of 267º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC86FE is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 134 | 254 | - |
| CMYK | 0.26 | 0.47 | 0 | 0.00 |
| HSL | 267º | 0.98% | 0.76% | - |
| HSV(B) | 267º | 0.47% | 1% | - |
| XYZ | 47.15 | 34.9 | 98.02 | - |
| YUV | 163.83 | 178.89 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 134 | 254 | 0.26 | 0.47 | 0 | 0.00 | 267 | 0.98 | 0.76 |
| Hex | BC | 86 | FE | 1A | 2F | 0 | 0 | 10B | 62 | 4C |
| Octal | 274 | 206 | 376 | 32 | 57 | 0 | 0 | 413 | 142 | 114 |
| Binary | 10111100 | 10000110 | 11111110 | 11010 | 101111 | 0 | 0 | 100001011 | 1100010 | 1001100 |
Color Harmonies of #BC86FE
Complementary color
Monochromatic Colors of #BC86FE
Black with #BC86FE
Text Example
Text Example
White with #BC86FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC86FE; }
p { color: rgb(188,134,254); }
H1.HeaderClassName
{
color: #BC86FE;
}
.AnyTagClassName
{
color: #BC86FE;
}
</style>
background-color css
<style>
a { background-color: #BC86FE; }
a { background-color: rgb(188,134,254); }
div.DivClassName
{
background-color: #BC86FE;
}
.BgClassName
{
background-color: #BC86FE;
}
</style>
border-color css
<style>
span { border-color: #BC86FE; }
span { border-color: rgb(188,134,254); }
td.TdClassName
{
border-color: #BC86FE;
}
.TagClassName
{
border-color: #BC86FE;
}
</style>