Shades of Heliotrope #BC80FA
Tints of Heliotrope #BC80FA
RGB
CMYK
RGB Variations
Color information
#BC80FA (or 0xBC80FA) is known color: Heliotrope. HEX triplet: BC, 80 and FA. RGB value is (188,128,250). Sum of RGB (Red+Green+Blue) = 188+128+250=566 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.22% from 566); Green value is 128 (50.39% from 255 or 22.61% from 566); Blue value is 250 (98.05% from 255 or 44.17% from 566); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC80FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC80FA is #437F05. Grayscale: #9F9F9F. Windows color (decimal): -4423430 or 16416956. OLE color: 16416956.
HSL color Cylindrical-coordinate representation of color #BC80FA: hue angle of 269.51º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC80FA is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 128 | 250 | - |
| CMYK | 0.25 | 0.49 | 0 | 0.02 |
| HSL | 269.51º | 0.92% | 0.74% | - |
| HSV(B) | 269.51º | 0.49% | 0.98% | - |
| XYZ | 45.71 | 33.03 | 94.41 | - |
| YUV | 159.85 | 178.88 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 128 | 250 | 0.25 | 0.49 | 0 | 0.02 | 269.51 | 0.92 | 0.74 |
| Hex | BC | 80 | FA | 19 | 31 | 0 | 2 | 10E | 5C | 4A |
| Octal | 274 | 200 | 372 | 31 | 61 | 0 | 2 | 416 | 134 | 112 |
| Binary | 10111100 | 10000000 | 11111010 | 11001 | 110001 | 0 | 10 | 100001110 | 1011100 | 1001010 |
Color Harmonies of #BC80FA
Complementary color
Monochromatic Colors of #BC80FA
Black with #BC80FA
Text Example
Text Example
White with #BC80FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC80FA; }
p { color: rgb(188,128,250); }
H1.HeaderClassName
{
color: #BC80FA;
}
.AnyTagClassName
{
color: #BC80FA;
}
</style>
background-color css
<style>
a { background-color: #BC80FA; }
a { background-color: rgb(188,128,250); }
div.DivClassName
{
background-color: #BC80FA;
}
.BgClassName
{
background-color: #BC80FA;
}
</style>
border-color css
<style>
span { border-color: #BC80FA; }
span { border-color: rgb(188,128,250); }
td.TdClassName
{
border-color: #BC80FA;
}
.TagClassName
{
border-color: #BC80FA;
}
</style>