Shades of Heliotrope #BC80FE
Tints of Heliotrope #BC80FE
RGB
CMYK
RGB Variations
Color information
#BC80FE (or 0xBC80FE) is known color: Heliotrope. HEX triplet: BC, 80 and FE. RGB value is (188,128,254). Sum of RGB (Red+Green+Blue) = 188+128+254=570 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.98% from 570); Green value is 128 (50.39% from 255 or 22.46% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC80FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC80FE is #437F01. Grayscale: #9F9F9F. Windows color (decimal): -4423426 or 16679100. OLE color: 16679100.
HSL color Cylindrical-coordinate representation of color #BC80FE: hue angle of 268.57º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC80FE is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 128 | 254 | - |
| CMYK | 0.26 | 0.50 | 0 | 0.00 |
| HSL | 268.57º | 0.98% | 0.75% | - |
| HSV(B) | 268.57º | 0.5% | 1% | - |
| XYZ | 46.35 | 33.29 | 97.75 | - |
| YUV | 160.3 | 180.88 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 128 | 254 | 0.26 | 0.50 | 0 | 0.00 | 268.57 | 0.98 | 0.75 |
| Hex | BC | 80 | FE | 1A | 32 | 0 | 0 | 10D | 62 | 4B |
| Octal | 274 | 200 | 376 | 32 | 62 | 0 | 0 | 415 | 142 | 113 |
| Binary | 10111100 | 10000000 | 11111110 | 11010 | 110010 | 0 | 0 | 100001101 | 1100010 | 1001011 |
Color Harmonies of #BC80FE
Complementary color
Monochromatic Colors of #BC80FE
Black with #BC80FE
Text Example
Text Example
White with #BC80FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC80FE; }
p { color: rgb(188,128,254); }
H1.HeaderClassName
{
color: #BC80FE;
}
.AnyTagClassName
{
color: #BC80FE;
}
</style>
background-color css
<style>
a { background-color: #BC80FE; }
a { background-color: rgb(188,128,254); }
div.DivClassName
{
background-color: #BC80FE;
}
.BgClassName
{
background-color: #BC80FE;
}
</style>
border-color css
<style>
span { border-color: #BC80FE; }
span { border-color: rgb(188,128,254); }
td.TdClassName
{
border-color: #BC80FE;
}
.TagClassName
{
border-color: #BC80FE;
}
</style>