Shades of Heliotrope #BC68FA
Tints of Heliotrope #BC68FA
RGB
CMYK
RGB Variations
Color information
#BC68FA (or 0xBC68FA) is known color: Heliotrope. HEX triplet: BC, 68 and FA. RGB value is (188,104,250). Sum of RGB (Red+Green+Blue) = 188+104+250=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 104 (41.02% from 255 or 19.19% from 542); Blue value is 250 (98.05% from 255 or 46.13% from 542); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC68FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC68FA is #439705. Grayscale: #919191. Windows color (decimal): -4429574 or 16410812. OLE color: 16410812.
HSL color Cylindrical-coordinate representation of color #BC68FA: hue angle of 274.52º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC68FA is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 104 | 250 | - |
| CMYK | 0.25 | 0.58 | 0 | 0.02 |
| HSL | 274.52º | 0.94% | 0.69% | - |
| HSV(B) | 274.52º | 0.58% | 0.98% | - |
| XYZ | 42.94 | 27.49 | 93.49 | - |
| YUV | 145.76 | 186.83 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 104 | 250 | 0.25 | 0.58 | 0 | 0.02 | 274.52 | 0.94 | 0.69 |
| Hex | BC | 68 | FA | 19 | 3A | 0 | 2 | 113 | 5E | 45 |
| Octal | 274 | 150 | 372 | 31 | 72 | 0 | 2 | 423 | 136 | 105 |
| Binary | 10111100 | 1101000 | 11111010 | 11001 | 111010 | 0 | 10 | 100010011 | 1011110 | 1000101 |
Color Harmonies of #BC68FA
Complementary color
Monochromatic Colors of #BC68FA
Black with #BC68FA
Text Example
Text Example
White with #BC68FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC68FA; }
p { color: rgb(188,104,250); }
H1.HeaderClassName
{
color: #BC68FA;
}
.AnyTagClassName
{
color: #BC68FA;
}
</style>
background-color css
<style>
a { background-color: #BC68FA; }
a { background-color: rgb(188,104,250); }
div.DivClassName
{
background-color: #BC68FA;
}
.BgClassName
{
background-color: #BC68FA;
}
</style>
border-color css
<style>
span { border-color: #BC68FA; }
span { border-color: rgb(188,104,250); }
td.TdClassName
{
border-color: #BC68FA;
}
.TagClassName
{
border-color: #BC68FA;
}
</style>