Shades of Heliotrope #BC6CFA
Tints of Heliotrope #BC6CFA
RGB
CMYK
RGB Variations
Color information
#BC6CFA (or 0xBC6CFA) is known color: Heliotrope. HEX triplet: BC, 6C and FA. RGB value is (188,108,250). Sum of RGB (Red+Green+Blue) = 188+108+250=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 108 (42.58% from 255 or 19.78% from 546); Blue value is 250 (98.05% from 255 or 45.79% from 546); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC6CFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC6CFA is #439305. Grayscale: #939393. Windows color (decimal): -4428550 or 16411836. OLE color: 16411836.
HSL color Cylindrical-coordinate representation of color #BC6CFA: hue angle of 273.8º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC6CFA is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 108 | 250 | - |
| CMYK | 0.25 | 0.57 | 0 | 0.02 |
| HSL | 273.8º | 0.93% | 0.7% | - |
| HSV(B) | 273.8º | 0.57% | 0.98% | - |
| XYZ | 43.36 | 28.32 | 93.62 | - |
| YUV | 148.11 | 185.5 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 108 | 250 | 0.25 | 0.57 | 0 | 0.02 | 273.8 | 0.93 | 0.7 |
| Hex | BC | 6C | FA | 19 | 39 | 0 | 2 | 112 | 5D | 46 |
| Octal | 274 | 154 | 372 | 31 | 71 | 0 | 2 | 422 | 135 | 106 |
| Binary | 10111100 | 1101100 | 11111010 | 11001 | 111001 | 0 | 10 | 100010010 | 1011101 | 1000110 |
Color Harmonies of #BC6CFA
Complementary color
Monochromatic Colors of #BC6CFA
Black with #BC6CFA
Text Example
Text Example
White with #BC6CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6CFA; }
p { color: rgb(188,108,250); }
H1.HeaderClassName
{
color: #BC6CFA;
}
.AnyTagClassName
{
color: #BC6CFA;
}
</style>
background-color css
<style>
a { background-color: #BC6CFA; }
a { background-color: rgb(188,108,250); }
div.DivClassName
{
background-color: #BC6CFA;
}
.BgClassName
{
background-color: #BC6CFA;
}
</style>
border-color css
<style>
span { border-color: #BC6CFA; }
span { border-color: rgb(188,108,250); }
td.TdClassName
{
border-color: #BC6CFA;
}
.TagClassName
{
border-color: #BC6CFA;
}
</style>