Shades of Heliotrope #BC7CF3
Tints of Heliotrope #BC7CF3
RGB
CMYK
RGB Variations
Color information
#BC7CF3 (or 0xBC7CF3) is known color: Heliotrope. HEX triplet: BC, 7C and F3. RGB value is (188,124,243). Sum of RGB (Red+Green+Blue) = 188+124+243=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 124 (48.83% from 255 or 22.34% from 555); Blue value is 243 (95.31% from 255 or 43.78% from 555); Max value from RGB is 243 - color contains mainly: blue. Hex color #BC7CF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7CF3 is #43830C. Grayscale: #9C9C9C. Windows color (decimal): -4424461 or 15957180. OLE color: 15957180.
HSL color Cylindrical-coordinate representation of color #BC7CF3: hue angle of 272.27º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC7CF3 is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 124 | 243 | - |
| CMYK | 0.23 | 0.49 | 0 | 0.05 |
| HSL | 272.27º | 0.83% | 0.72% | - |
| HSV(B) | 272.27º | 0.49% | 0.95% | - |
| XYZ | 44.12 | 31.58 | 88.56 | - |
| YUV | 156.7 | 176.7 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 124 | 243 | 0.23 | 0.49 | 0 | 0.05 | 272.27 | 0.83 | 0.72 |
| Hex | BC | 7C | F3 | 17 | 31 | 0 | 5 | 110 | 53 | 48 |
| Octal | 274 | 174 | 363 | 27 | 61 | 0 | 5 | 420 | 123 | 110 |
| Binary | 10111100 | 1111100 | 11110011 | 10111 | 110001 | 0 | 101 | 100010000 | 1010011 | 1001000 |
Color Harmonies of #BC7CF3
Complementary color
Monochromatic Colors of #BC7CF3
Black with #BC7CF3
Text Example
Text Example
White with #BC7CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7CF3; }
p { color: rgb(188,124,243); }
H1.HeaderClassName
{
color: #BC7CF3;
}
.AnyTagClassName
{
color: #BC7CF3;
}
</style>
background-color css
<style>
a { background-color: #BC7CF3; }
a { background-color: rgb(188,124,243); }
div.DivClassName
{
background-color: #BC7CF3;
}
.BgClassName
{
background-color: #BC7CF3;
}
</style>
border-color css
<style>
span { border-color: #BC7CF3; }
span { border-color: rgb(188,124,243); }
td.TdClassName
{
border-color: #BC7CF3;
}
.TagClassName
{
border-color: #BC7CF3;
}
</style>