Shades of Heliotrope #BC68FE
Tints of Heliotrope #BC68FE
RGB
CMYK
RGB Variations
Color information
#BC68FE (or 0xBC68FE) is known color: Heliotrope. HEX triplet: BC, 68 and FE. RGB value is (188,104,254). Sum of RGB (Red+Green+Blue) = 188+104+254=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 104 (41.02% from 255 or 19.05% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC68FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC68FE is #439701. Grayscale: #919191. Windows color (decimal): -4429570 or 16672956. OLE color: 16672956.
HSL color Cylindrical-coordinate representation of color #BC68FE: hue angle of 273.6º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC68FE is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 104 | 254 | - |
| CMYK | 0.26 | 0.59 | 0 | 0.00 |
| HSL | 273.6º | 0.99% | 0.7% | - |
| HSV(B) | 273.6º | 0.59% | 1% | - |
| XYZ | 43.58 | 27.75 | 96.82 | - |
| YUV | 146.22 | 188.83 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 104 | 254 | 0.26 | 0.59 | 0 | 0.00 | 273.6 | 0.99 | 0.7 |
| Hex | BC | 68 | FE | 1A | 3B | 0 | 0 | 112 | 63 | 46 |
| Octal | 274 | 150 | 376 | 32 | 73 | 0 | 0 | 422 | 143 | 106 |
| Binary | 10111100 | 1101000 | 11111110 | 11010 | 111011 | 0 | 0 | 100010010 | 1100011 | 1000110 |
Color Harmonies of #BC68FE
Complementary color
Monochromatic Colors of #BC68FE
Black with #BC68FE
Text Example
Text Example
White with #BC68FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC68FE; }
p { color: rgb(188,104,254); }
H1.HeaderClassName
{
color: #BC68FE;
}
.AnyTagClassName
{
color: #BC68FE;
}
</style>
background-color css
<style>
a { background-color: #BC68FE; }
a { background-color: rgb(188,104,254); }
div.DivClassName
{
background-color: #BC68FE;
}
.BgClassName
{
background-color: #BC68FE;
}
</style>
border-color css
<style>
span { border-color: #BC68FE; }
span { border-color: rgb(188,104,254); }
td.TdClassName
{
border-color: #BC68FE;
}
.TagClassName
{
border-color: #BC68FE;
}
</style>