Shades of Heliotrope #BC6CF1
Tints of Heliotrope #BC6CF1
RGB
CMYK
RGB Variations
Color information
#BC6CF1 (or 0xBC6CF1) is known color: Heliotrope. HEX triplet: BC, 6C and F1. RGB value is (188,108,241). Sum of RGB (Red+Green+Blue) = 188+108+241=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 108 (42.58% from 255 or 20.11% from 537); Blue value is 241 (94.53% from 255 or 44.88% from 537); Max value from RGB is 241 - color contains mainly: blue. Hex color #BC6CF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC6CF1 is #43930E. Grayscale: #929292. Windows color (decimal): -4428559 or 15822012. OLE color: 15822012.
HSL color Cylindrical-coordinate representation of color #BC6CF1: hue angle of 276.09º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC6CF1 is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 108 | 241 | - |
| CMYK | 0.22 | 0.55 | 0 | 0.05 |
| HSL | 276.09º | 0.83% | 0.68% | - |
| HSV(B) | 276.09º | 0.55% | 0.95% | - |
| XYZ | 41.98 | 27.77 | 86.37 | - |
| YUV | 147.08 | 181 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 108 | 241 | 0.22 | 0.55 | 0 | 0.05 | 276.09 | 0.83 | 0.68 |
| Hex | BC | 6C | F1 | 16 | 37 | 0 | 5 | 114 | 53 | 44 |
| Octal | 274 | 154 | 361 | 26 | 67 | 0 | 5 | 424 | 123 | 104 |
| Binary | 10111100 | 1101100 | 11110001 | 10110 | 110111 | 0 | 101 | 100010100 | 1010011 | 1000100 |
Color Harmonies of #BC6CF1
Complementary color
Monochromatic Colors of #BC6CF1
Black with #BC6CF1
Text Example
Text Example
White with #BC6CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6CF1; }
p { color: rgb(188,108,241); }
H1.HeaderClassName
{
color: #BC6CF1;
}
.AnyTagClassName
{
color: #BC6CF1;
}
</style>
background-color css
<style>
a { background-color: #BC6CF1; }
a { background-color: rgb(188,108,241); }
div.DivClassName
{
background-color: #BC6CF1;
}
.BgClassName
{
background-color: #BC6CF1;
}
</style>
border-color css
<style>
span { border-color: #BC6CF1; }
span { border-color: rgb(188,108,241); }
td.TdClassName
{
border-color: #BC6CF1;
}
.TagClassName
{
border-color: #BC6CF1;
}
</style>