Shades of Heliotrope #BC7FFE
Tints of Heliotrope #BC7FFE
RGB
CMYK
RGB Variations
Color information
#BC7FFE (or 0xBC7FFE) is known color: Heliotrope. HEX triplet: BC, 7F and FE. RGB value is (188,127,254). Sum of RGB (Red+Green+Blue) = 188+127+254=569 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.04% from 569); Green value is 127 (50% from 255 or 22.32% from 569); Blue value is 254 (99.61% from 255 or 44.64% from 569); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC7FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7FFE is #438001. Grayscale: #9F9F9F. Windows color (decimal): -4423682 or 16678844. OLE color: 16678844.
HSL color Cylindrical-coordinate representation of color #BC7FFE: hue angle of 268.82º 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 #BC7FFE is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 127 | 254 | - |
| CMYK | 0.26 | 0.50 | 0 | 0.00 |
| HSL | 268.82º | 0.98% | 0.75% | - |
| HSV(B) | 268.82º | 0.5% | 1% | - |
| XYZ | 46.22 | 33.03 | 97.7 | - |
| YUV | 159.72 | 181.21 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 127 | 254 | 0.26 | 0.50 | 0 | 0.00 | 268.82 | 0.98 | 0.75 |
| Hex | BC | 7F | FE | 1A | 32 | 0 | 0 | 10D | 62 | 4B |
| Octal | 274 | 177 | 376 | 32 | 62 | 0 | 0 | 415 | 142 | 113 |
| Binary | 10111100 | 1111111 | 11111110 | 11010 | 110010 | 0 | 0 | 100001101 | 1100010 | 1001011 |
Color Harmonies of #BC7FFE
Complementary color
Monochromatic Colors of #BC7FFE
Black with #BC7FFE
Text Example
Text Example
White with #BC7FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7FFE; }
p { color: rgb(188,127,254); }
H1.HeaderClassName
{
color: #BC7FFE;
}
.AnyTagClassName
{
color: #BC7FFE;
}
</style>
background-color css
<style>
a { background-color: #BC7FFE; }
a { background-color: rgb(188,127,254); }
div.DivClassName
{
background-color: #BC7FFE;
}
.BgClassName
{
background-color: #BC7FFE;
}
</style>
border-color css
<style>
span { border-color: #BC7FFE; }
span { border-color: rgb(188,127,254); }
td.TdClassName
{
border-color: #BC7FFE;
}
.TagClassName
{
border-color: #BC7FFE;
}
</style>