Shades of Heliotrope #BC61FE
Tints of Heliotrope #BC61FE
RGB
CMYK
RGB Variations
Color information
#BC61FE (or 0xBC61FE) is known color: Heliotrope. HEX triplet: BC, 61 and FE. RGB value is (188,97,254). Sum of RGB (Red+Green+Blue) = 188+97+254=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 97 (38.28% from 255 or 18.00% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC61FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC61FE is #439E01. Grayscale: #8D8D8D. Windows color (decimal): -4431362 or 16671164. OLE color: 16671164.
HSL color Cylindrical-coordinate representation of color #BC61FE: hue angle of 274.78º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC61FE is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 97 | 254 | - |
| CMYK | 0.26 | 0.62 | 0 | 0.00 |
| HSL | 274.78º | 0.99% | 0.69% | - |
| HSV(B) | 274.78º | 0.62% | 1% | - |
| XYZ | 42.9 | 26.4 | 96.6 | - |
| YUV | 142.11 | 191.15 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 97 | 254 | 0.26 | 0.62 | 0 | 0.00 | 274.78 | 0.99 | 0.69 |
| Hex | BC | 61 | FE | 1A | 3E | 0 | 0 | 113 | 63 | 45 |
| Octal | 274 | 141 | 376 | 32 | 76 | 0 | 0 | 423 | 143 | 105 |
| Binary | 10111100 | 1100001 | 11111110 | 11010 | 111110 | 0 | 0 | 100010011 | 1100011 | 1000101 |
Color Harmonies of #BC61FE
Complementary color
Monochromatic Colors of #BC61FE
Black with #BC61FE
Text Example
Text Example
White with #BC61FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC61FE; }
p { color: rgb(188,97,254); }
H1.HeaderClassName
{
color: #BC61FE;
}
.AnyTagClassName
{
color: #BC61FE;
}
</style>
background-color css
<style>
a { background-color: #BC61FE; }
a { background-color: rgb(188,97,254); }
div.DivClassName
{
background-color: #BC61FE;
}
.BgClassName
{
background-color: #BC61FE;
}
</style>
border-color css
<style>
span { border-color: #BC61FE; }
span { border-color: rgb(188,97,254); }
td.TdClassName
{
border-color: #BC61FE;
}
.TagClassName
{
border-color: #BC61FE;
}
</style>