Shades of Heliotrope #BC80FF
Tints of Heliotrope #BC80FF
RGB
CMYK
RGB Variations
Color information
#BC80FF (or 0xBC80FF) is known color: Heliotrope. HEX triplet: BC, 80 and FF. RGB value is (188,128,255). Sum of RGB (Red+Green+Blue) = 188+128+255=571 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.92% from 571); Green value is 128 (50.39% from 255 or 22.42% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC80FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC80FF is #437F00. Grayscale: #9F9F9F. Windows color (decimal): -4423425 or 16744636. OLE color: 16744636.
HSL color Cylindrical-coordinate representation of color #BC80FF: hue angle of 268.35º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC80FF is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 128 | 255 | - |
| CMYK | 0.26 | 0.50 | 0 | 0 |
| HSL | 268.35º | 1% | 0.75% | - |
| HSV(B) | 268.35º | 0.5% | 1% | - |
| XYZ | 46.51 | 33.35 | 98.59 | - |
| YUV | 160.42 | 181.38 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 128 | 255 | 0.26 | 0.50 | 0 | 0 | 268.35 | 1 | 0.75 |
| Hex | BC | 80 | FF | 1A | 32 | 0 | 0 | 10C | 64 | 4B |
| Octal | 274 | 200 | 377 | 32 | 62 | 0 | 0 | 414 | 144 | 113 |
| Binary | 10111100 | 10000000 | 11111111 | 11010 | 110010 | 0 | 0 | 100001100 | 1100100 | 1001011 |
Color Harmonies of #BC80FF
Complementary color
Monochromatic Colors of #BC80FF
Black with #BC80FF
Text Example
Text Example
White with #BC80FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC80FF; }
p { color: rgb(188,128,255); }
H1.HeaderClassName
{
color: #BC80FF;
}
.AnyTagClassName
{
color: #BC80FF;
}
</style>
background-color css
<style>
a { background-color: #BC80FF; }
a { background-color: rgb(188,128,255); }
div.DivClassName
{
background-color: #BC80FF;
}
.BgClassName
{
background-color: #BC80FF;
}
</style>
border-color css
<style>
span { border-color: #BC80FF; }
span { border-color: rgb(188,128,255); }
td.TdClassName
{
border-color: #BC80FF;
}
.TagClassName
{
border-color: #BC80FF;
}
</style>