Shades of Heliotrope #BC6FFF
Tints of Heliotrope #BC6FFF
RGB
CMYK
RGB Variations
Color information
#BC6FFF (or 0xBC6FFF) is known color: Heliotrope. HEX triplet: BC, 6F and FF. RGB value is (188,111,255). Sum of RGB (Red+Green+Blue) = 188+111+255=554 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.94% from 554); Green value is 111 (43.75% from 255 or 20.04% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC6FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC6FFF is #439000. Grayscale: #959595. Windows color (decimal): -4427777 or 16740284. OLE color: 16740284.
HSL color Cylindrical-coordinate representation of color #BC6FFF: hue angle of 272.08º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC6FFF is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 111 | 255 | - |
| CMYK | 0.26 | 0.56 | 0 | 0 |
| HSL | 272.08º | 1% | 0.72% | - |
| HSV(B) | 272.08º | 0.56% | 1% | - |
| XYZ | 44.47 | 29.28 | 97.92 | - |
| YUV | 150.44 | 187.01 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 111 | 255 | 0.26 | 0.56 | 0 | 0 | 272.08 | 1 | 0.72 |
| Hex | BC | 6F | FF | 1A | 38 | 0 | 0 | 110 | 64 | 48 |
| Octal | 274 | 157 | 377 | 32 | 70 | 0 | 0 | 420 | 144 | 110 |
| Binary | 10111100 | 1101111 | 11111111 | 11010 | 111000 | 0 | 0 | 100010000 | 1100100 | 1001000 |
Color Harmonies of #BC6FFF
Complementary color
Monochromatic Colors of #BC6FFF
Black with #BC6FFF
Text Example
Text Example
White with #BC6FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6FFF; }
p { color: rgb(188,111,255); }
H1.HeaderClassName
{
color: #BC6FFF;
}
.AnyTagClassName
{
color: #BC6FFF;
}
</style>
background-color css
<style>
a { background-color: #BC6FFF; }
a { background-color: rgb(188,111,255); }
div.DivClassName
{
background-color: #BC6FFF;
}
.BgClassName
{
background-color: #BC6FFF;
}
</style>
border-color css
<style>
span { border-color: #BC6FFF; }
span { border-color: rgb(188,111,255); }
td.TdClassName
{
border-color: #BC6FFF;
}
.TagClassName
{
border-color: #BC6FFF;
}
</style>