Shades of Heliotrope #BC80F7
Tints of Heliotrope #BC80F7
RGB
CMYK
RGB Variations
Color information
#BC80F7 (or 0xBC80F7) is known color: Heliotrope. HEX triplet: BC, 80 and F7. RGB value is (188,128,247). Sum of RGB (Red+Green+Blue) = 188+128+247=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 128 (50.39% from 255 or 22.74% from 563); Blue value is 247 (96.88% from 255 or 43.87% from 563); Max value from RGB is 247 - color contains mainly: blue. Hex color #BC80F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC80F7 is #437F08. Grayscale: #9F9F9F. Windows color (decimal): -4423433 or 16220348. OLE color: 16220348.
HSL color Cylindrical-coordinate representation of color #BC80F7: hue angle of 270.25º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC80F7 is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 128 | 247 | - |
| CMYK | 0.24 | 0.48 | 0 | 0.03 |
| HSL | 270.25º | 0.88% | 0.74% | - |
| HSV(B) | 270.25º | 0.48% | 0.97% | - |
| XYZ | 45.25 | 32.85 | 91.95 | - |
| YUV | 159.51 | 177.38 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 128 | 247 | 0.24 | 0.48 | 0 | 0.03 | 270.25 | 0.88 | 0.74 |
| Hex | BC | 80 | F7 | 18 | 30 | 0 | 3 | 10E | 58 | 4A |
| Octal | 274 | 200 | 367 | 30 | 60 | 0 | 3 | 416 | 130 | 112 |
| Binary | 10111100 | 10000000 | 11110111 | 11000 | 110000 | 0 | 11 | 100001110 | 1011000 | 1001010 |
Color Harmonies of #BC80F7
Complementary color
Monochromatic Colors of #BC80F7
Black with #BC80F7
Text Example
Text Example
White with #BC80F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC80F7; }
p { color: rgb(188,128,247); }
H1.HeaderClassName
{
color: #BC80F7;
}
.AnyTagClassName
{
color: #BC80F7;
}
</style>
background-color css
<style>
a { background-color: #BC80F7; }
a { background-color: rgb(188,128,247); }
div.DivClassName
{
background-color: #BC80F7;
}
.BgClassName
{
background-color: #BC80F7;
}
</style>
border-color css
<style>
span { border-color: #BC80F7; }
span { border-color: rgb(188,128,247); }
td.TdClassName
{
border-color: #BC80F7;
}
.TagClassName
{
border-color: #BC80F7;
}
</style>