Shades of Heliotrope #BC6BF2
Tints of Heliotrope #BC6BF2
RGB
CMYK
RGB Variations
Color information
#BC6BF2 (or 0xBC6BF2) is known color: Heliotrope. HEX triplet: BC, 6B and F2. RGB value is (188,107,242). Sum of RGB (Red+Green+Blue) = 188+107+242=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 107 (42.19% from 255 or 19.93% from 537); Blue value is 242 (94.92% from 255 or 45.07% from 537); Max value from RGB is 242 - color contains mainly: blue. Hex color #BC6BF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC6BF2 is #43940D. Grayscale: #929292. Windows color (decimal): -4428814 or 15887292. OLE color: 15887292.
HSL color Cylindrical-coordinate representation of color #BC6BF2: hue angle of 276º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC6BF2 is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 107 | 242 | - |
| CMYK | 0.22 | 0.56 | 0 | 0.05 |
| HSL | 276º | 0.84% | 0.68% | - |
| HSV(B) | 276º | 0.56% | 0.95% | - |
| XYZ | 42.02 | 27.62 | 87.12 | - |
| YUV | 146.61 | 181.84 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 107 | 242 | 0.22 | 0.56 | 0 | 0.05 | 276 | 0.84 | 0.68 |
| Hex | BC | 6B | F2 | 16 | 38 | 0 | 5 | 114 | 54 | 44 |
| Octal | 274 | 153 | 362 | 26 | 70 | 0 | 5 | 424 | 124 | 104 |
| Binary | 10111100 | 1101011 | 11110010 | 10110 | 111000 | 0 | 101 | 100010100 | 1010100 | 1000100 |
Color Harmonies of #BC6BF2
Complementary color
Monochromatic Colors of #BC6BF2
Black with #BC6BF2
Text Example
Text Example
White with #BC6BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6BF2; }
p { color: rgb(188,107,242); }
H1.HeaderClassName
{
color: #BC6BF2;
}
.AnyTagClassName
{
color: #BC6BF2;
}
</style>
background-color css
<style>
a { background-color: #BC6BF2; }
a { background-color: rgb(188,107,242); }
div.DivClassName
{
background-color: #BC6BF2;
}
.BgClassName
{
background-color: #BC6BF2;
}
</style>
border-color css
<style>
span { border-color: #BC6BF2; }
span { border-color: rgb(188,107,242); }
td.TdClassName
{
border-color: #BC6BF2;
}
.TagClassName
{
border-color: #BC6BF2;
}
</style>