Shades of Heliotrope #BC6FF0
Tints of Heliotrope #BC6FF0
RGB
CMYK
RGB Variations
Color information
#BC6FF0 (or 0xBC6FF0) is known color: Heliotrope. HEX triplet: BC, 6F and F0. RGB value is (188,111,240). Sum of RGB (Red+Green+Blue) = 188+111+240=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 111 (43.75% from 255 or 20.59% from 539); Blue value is 240 (94.14% from 255 or 44.53% from 539); Max value from RGB is 240 - color contains mainly: blue. Hex color #BC6FF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC6FF0 is #43900F. Grayscale: #949494. Windows color (decimal): -4427792 or 15757244. OLE color: 15757244.
HSL color Cylindrical-coordinate representation of color #BC6FF0: hue angle of 275.81º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BC6FF0 is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 111 | 240 | - |
| CMYK | 0.22 | 0.54 | 0 | 0.06 |
| HSL | 275.81º | 0.81% | 0.69% | - |
| HSV(B) | 275.81º | 0.54% | 0.94% | - |
| XYZ | 42.15 | 28.35 | 85.69 | - |
| YUV | 148.73 | 179.51 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 111 | 240 | 0.22 | 0.54 | 0 | 0.06 | 275.81 | 0.81 | 0.69 |
| Hex | BC | 6F | F0 | 16 | 36 | 0 | 6 | 114 | 51 | 45 |
| Octal | 274 | 157 | 360 | 26 | 66 | 0 | 6 | 424 | 121 | 105 |
| Binary | 10111100 | 1101111 | 11110000 | 10110 | 110110 | 0 | 110 | 100010100 | 1010001 | 1000101 |
Color Harmonies of #BC6FF0
Complementary color
Monochromatic Colors of #BC6FF0
Black with #BC6FF0
Text Example
Text Example
White with #BC6FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6FF0; }
p { color: rgb(188,111,240); }
H1.HeaderClassName
{
color: #BC6FF0;
}
.AnyTagClassName
{
color: #BC6FF0;
}
</style>
background-color css
<style>
a { background-color: #BC6FF0; }
a { background-color: rgb(188,111,240); }
div.DivClassName
{
background-color: #BC6FF0;
}
.BgClassName
{
background-color: #BC6FF0;
}
</style>
border-color css
<style>
span { border-color: #BC6FF0; }
span { border-color: rgb(188,111,240); }
td.TdClassName
{
border-color: #BC6FF0;
}
.TagClassName
{
border-color: #BC6FF0;
}
</style>