Shades of Heliotrope #BC81FE
Tints of Heliotrope #BC81FE
RGB
CMYK
RGB Variations
Color information
#BC81FE (or 0xBC81FE) is known color: Heliotrope. HEX triplet: BC, 81 and FE. RGB value is (188,129,254). Sum of RGB (Red+Green+Blue) = 188+129+254=571 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.92% from 571); Green value is 129 (50.78% from 255 or 22.59% from 571); Blue value is 254 (99.61% from 255 or 44.48% from 571); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC81FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC81FE is #437E01. Grayscale: #A0A0A0. Windows color (decimal): -4423170 or 16679356. OLE color: 16679356.
HSL color Cylindrical-coordinate representation of color #BC81FE: hue angle of 268.32º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC81FE is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 129 | 254 | - |
| CMYK | 0.26 | 0.49 | 0 | 0.00 |
| HSL | 268.32º | 0.98% | 0.75% | - |
| HSV(B) | 268.32º | 0.49% | 1% | - |
| XYZ | 46.48 | 33.55 | 97.79 | - |
| YUV | 160.89 | 180.55 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 129 | 254 | 0.26 | 0.49 | 0 | 0.00 | 268.32 | 0.98 | 0.75 |
| Hex | BC | 81 | FE | 1A | 31 | 0 | 0 | 10C | 62 | 4B |
| Octal | 274 | 201 | 376 | 32 | 61 | 0 | 0 | 414 | 142 | 113 |
| Binary | 10111100 | 10000001 | 11111110 | 11010 | 110001 | 0 | 0 | 100001100 | 1100010 | 1001011 |
Color Harmonies of #BC81FE
Complementary color
Monochromatic Colors of #BC81FE
Black with #BC81FE
Text Example
Text Example
White with #BC81FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC81FE; }
p { color: rgb(188,129,254); }
H1.HeaderClassName
{
color: #BC81FE;
}
.AnyTagClassName
{
color: #BC81FE;
}
</style>
background-color css
<style>
a { background-color: #BC81FE; }
a { background-color: rgb(188,129,254); }
div.DivClassName
{
background-color: #BC81FE;
}
.BgClassName
{
background-color: #BC81FE;
}
</style>
border-color css
<style>
span { border-color: #BC81FE; }
span { border-color: rgb(188,129,254); }
td.TdClassName
{
border-color: #BC81FE;
}
.TagClassName
{
border-color: #BC81FE;
}
</style>