Shades of Heliotrope #BC6DF3
Tints of Heliotrope #BC6DF3
RGB
CMYK
RGB Variations
Color information
#BC6DF3 (or 0xBC6DF3) is known color: Heliotrope. HEX triplet: BC, 6D and F3. RGB value is (188,109,243). Sum of RGB (Red+Green+Blue) = 188+109+243=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 109 (42.97% from 255 or 20.19% from 540); Blue value is 243 (95.31% from 255 or 45% from 540); Max value from RGB is 243 - color contains mainly: blue. Hex color #BC6DF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC6DF3 is #43920C. Grayscale: #939393. Windows color (decimal): -4428301 or 15953340. OLE color: 15953340.
HSL color Cylindrical-coordinate representation of color #BC6DF3: hue angle of 275.37º degrees, saturation: 0.85, 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 #BC6DF3 is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 109 | 243 | - |
| CMYK | 0.23 | 0.55 | 0 | 0.05 |
| HSL | 275.37º | 0.85% | 0.69% | - |
| HSV(B) | 275.37º | 0.55% | 0.95% | - |
| XYZ | 42.39 | 28.1 | 87.98 | - |
| YUV | 147.9 | 181.67 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 109 | 243 | 0.23 | 0.55 | 0 | 0.05 | 275.37 | 0.85 | 0.69 |
| Hex | BC | 6D | F3 | 17 | 37 | 0 | 5 | 113 | 55 | 45 |
| Octal | 274 | 155 | 363 | 27 | 67 | 0 | 5 | 423 | 125 | 105 |
| Binary | 10111100 | 1101101 | 11110011 | 10111 | 110111 | 0 | 101 | 100010011 | 1010101 | 1000101 |
Color Harmonies of #BC6DF3
Complementary color
Monochromatic Colors of #BC6DF3
Black with #BC6DF3
Text Example
Text Example
White with #BC6DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6DF3; }
p { color: rgb(188,109,243); }
H1.HeaderClassName
{
color: #BC6DF3;
}
.AnyTagClassName
{
color: #BC6DF3;
}
</style>
background-color css
<style>
a { background-color: #BC6DF3; }
a { background-color: rgb(188,109,243); }
div.DivClassName
{
background-color: #BC6DF3;
}
.BgClassName
{
background-color: #BC6DF3;
}
</style>
border-color css
<style>
span { border-color: #BC6DF3; }
span { border-color: rgb(188,109,243); }
td.TdClassName
{
border-color: #BC6DF3;
}
.TagClassName
{
border-color: #BC6DF3;
}
</style>