Shades of Heliotrope #BC7DFE
Tints of Heliotrope #BC7DFE
RGB
CMYK
RGB Variations
Color information
#BC7DFE (or 0xBC7DFE) is known color: Heliotrope. HEX triplet: BC, 7D and FE. RGB value is (188,125,254). Sum of RGB (Red+Green+Blue) = 188+125+254=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 125 (49.22% from 255 or 22.05% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC7DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7DFE is #438201. Grayscale: #9E9E9E. Windows color (decimal): -4424194 or 16678332. OLE color: 16678332.
HSL color Cylindrical-coordinate representation of color #BC7DFE: hue angle of 269.3º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC7DFE is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 125 | 254 | - |
| CMYK | 0.26 | 0.51 | 0 | 0.00 |
| HSL | 269.3º | 0.98% | 0.74% | - |
| HSV(B) | 269.3º | 0.51% | 1% | - |
| XYZ | 45.96 | 32.51 | 97.62 | - |
| YUV | 158.54 | 181.87 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 125 | 254 | 0.26 | 0.51 | 0 | 0.00 | 269.3 | 0.98 | 0.74 |
| Hex | BC | 7D | FE | 1A | 33 | 0 | 0 | 10D | 62 | 4A |
| Octal | 274 | 175 | 376 | 32 | 63 | 0 | 0 | 415 | 142 | 112 |
| Binary | 10111100 | 1111101 | 11111110 | 11010 | 110011 | 0 | 0 | 100001101 | 1100010 | 1001010 |
Color Harmonies of #BC7DFE
Complementary color
Monochromatic Colors of #BC7DFE
Black with #BC7DFE
Text Example
Text Example
White with #BC7DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7DFE; }
p { color: rgb(188,125,254); }
H1.HeaderClassName
{
color: #BC7DFE;
}
.AnyTagClassName
{
color: #BC7DFE;
}
</style>
background-color css
<style>
a { background-color: #BC7DFE; }
a { background-color: rgb(188,125,254); }
div.DivClassName
{
background-color: #BC7DFE;
}
.BgClassName
{
background-color: #BC7DFE;
}
</style>
border-color css
<style>
span { border-color: #BC7DFE; }
span { border-color: rgb(188,125,254); }
td.TdClassName
{
border-color: #BC7DFE;
}
.TagClassName
{
border-color: #BC7DFE;
}
</style>