Shades of Heliotrope #BC6CF2
Tints of Heliotrope #BC6CF2
RGB
CMYK
RGB Variations
Color information
#BC6CF2 (or 0xBC6CF2) is known color: Heliotrope. HEX triplet: BC, 6C and F2. RGB value is (188,108,242). Sum of RGB (Red+Green+Blue) = 188+108+242=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 108 (42.58% from 255 or 20.07% from 538); Blue value is 242 (94.92% from 255 or 44.98% from 538); Max value from RGB is 242 - color contains mainly: blue. Hex color #BC6CF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC6CF2 is #43930D. Grayscale: #929292. Windows color (decimal): -4428558 or 15887548. OLE color: 15887548.
HSL color Cylindrical-coordinate representation of color #BC6CF2: hue angle of 275.82º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC6CF2 is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 108 | 242 | - |
| CMYK | 0.22 | 0.55 | 0 | 0.05 |
| HSL | 275.82º | 0.84% | 0.69% | - |
| HSV(B) | 275.82º | 0.55% | 0.95% | - |
| XYZ | 42.13 | 27.83 | 87.16 | - |
| YUV | 147.2 | 181.5 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 108 | 242 | 0.22 | 0.55 | 0 | 0.05 | 275.82 | 0.84 | 0.69 |
| Hex | BC | 6C | F2 | 16 | 37 | 0 | 5 | 114 | 54 | 45 |
| Octal | 274 | 154 | 362 | 26 | 67 | 0 | 5 | 424 | 124 | 105 |
| Binary | 10111100 | 1101100 | 11110010 | 10110 | 110111 | 0 | 101 | 100010100 | 1010100 | 1000101 |
Color Harmonies of #BC6CF2
Complementary color
Monochromatic Colors of #BC6CF2
Black with #BC6CF2
Text Example
Text Example
White with #BC6CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6CF2; }
p { color: rgb(188,108,242); }
H1.HeaderClassName
{
color: #BC6CF2;
}
.AnyTagClassName
{
color: #BC6CF2;
}
</style>
background-color css
<style>
a { background-color: #BC6CF2; }
a { background-color: rgb(188,108,242); }
div.DivClassName
{
background-color: #BC6CF2;
}
.BgClassName
{
background-color: #BC6CF2;
}
</style>
border-color css
<style>
span { border-color: #BC6CF2; }
span { border-color: rgb(188,108,242); }
td.TdClassName
{
border-color: #BC6CF2;
}
.TagClassName
{
border-color: #BC6CF2;
}
</style>