Shades of Heliotrope #BC64FE
Tints of Heliotrope #BC64FE
RGB
CMYK
RGB Variations
Color information
#BC64FE (or 0xBC64FE) is known color: Heliotrope. HEX triplet: BC, 64 and FE. RGB value is (188,100,254). Sum of RGB (Red+Green+Blue) = 188+100+254=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 100 (39.45% from 255 or 18.45% from 542); Blue value is 254 (99.61% from 255 or 46.86% from 542); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC64FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC64FE is #439B01. Grayscale: #8F8F8F. Windows color (decimal): -4430594 or 16671932. OLE color: 16671932.
HSL color Cylindrical-coordinate representation of color #BC64FE: hue angle of 274.29º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC64FE is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 100 | 254 | - |
| CMYK | 0.26 | 0.61 | 0 | 0.00 |
| HSL | 274.29º | 0.99% | 0.69% | - |
| HSV(B) | 274.29º | 0.61% | 1% | - |
| XYZ | 43.19 | 26.96 | 96.69 | - |
| YUV | 143.87 | 190.15 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 100 | 254 | 0.26 | 0.61 | 0 | 0.00 | 274.29 | 0.99 | 0.69 |
| Hex | BC | 64 | FE | 1A | 3D | 0 | 0 | 112 | 63 | 45 |
| Octal | 274 | 144 | 376 | 32 | 75 | 0 | 0 | 422 | 143 | 105 |
| Binary | 10111100 | 1100100 | 11111110 | 11010 | 111101 | 0 | 0 | 100010010 | 1100011 | 1000101 |
Color Harmonies of #BC64FE
Complementary color
Monochromatic Colors of #BC64FE
Black with #BC64FE
Text Example
Text Example
White with #BC64FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC64FE; }
p { color: rgb(188,100,254); }
H1.HeaderClassName
{
color: #BC64FE;
}
.AnyTagClassName
{
color: #BC64FE;
}
</style>
background-color css
<style>
a { background-color: #BC64FE; }
a { background-color: rgb(188,100,254); }
div.DivClassName
{
background-color: #BC64FE;
}
.BgClassName
{
background-color: #BC64FE;
}
</style>
border-color css
<style>
span { border-color: #BC64FE; }
span { border-color: rgb(188,100,254); }
td.TdClassName
{
border-color: #BC64FE;
}
.TagClassName
{
border-color: #BC64FE;
}
</style>