Shades of Heliotrope #BC7FFF
Tints of Heliotrope #BC7FFF
RGB
CMYK
RGB Variations
Color information
#BC7FFF (or 0xBC7FFF) is known color: Heliotrope. HEX triplet: BC, 7F and FF. RGB value is (188,127,255). Sum of RGB (Red+Green+Blue) = 188+127+255=570 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.98% from 570); Green value is 127 (50% from 255 or 22.28% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC7FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7FFF is #438000. Grayscale: #9F9F9F. Windows color (decimal): -4423681 or 16744380. OLE color: 16744380.
HSL color Cylindrical-coordinate representation of color #BC7FFF: hue angle of 268.59º 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 #BC7FFF is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 127 | 255 | - |
| CMYK | 0.26 | 0.50 | 0 | 0 |
| HSL | 268.59º | 1% | 0.75% | - |
| HSV(B) | 268.59º | 0.5% | 1% | - |
| XYZ | 46.38 | 33.09 | 98.55 | - |
| YUV | 159.83 | 181.71 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 127 | 255 | 0.26 | 0.50 | 0 | 0 | 268.59 | 1 | 0.75 |
| Hex | BC | 7F | FF | 1A | 32 | 0 | 0 | 10D | 64 | 4B |
| Octal | 274 | 177 | 377 | 32 | 62 | 0 | 0 | 415 | 144 | 113 |
| Binary | 10111100 | 1111111 | 11111111 | 11010 | 110010 | 0 | 0 | 100001101 | 1100100 | 1001011 |
Color Harmonies of #BC7FFF
Complementary color
Monochromatic Colors of #BC7FFF
Black with #BC7FFF
Text Example
Text Example
White with #BC7FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7FFF; }
p { color: rgb(188,127,255); }
H1.HeaderClassName
{
color: #BC7FFF;
}
.AnyTagClassName
{
color: #BC7FFF;
}
</style>
background-color css
<style>
a { background-color: #BC7FFF; }
a { background-color: rgb(188,127,255); }
div.DivClassName
{
background-color: #BC7FFF;
}
.BgClassName
{
background-color: #BC7FFF;
}
</style>
border-color css
<style>
span { border-color: #BC7FFF; }
span { border-color: rgb(188,127,255); }
td.TdClassName
{
border-color: #BC7FFF;
}
.TagClassName
{
border-color: #BC7FFF;
}
</style>