Shades of Heliotrope #BC62FE
Tints of Heliotrope #BC62FE
RGB
CMYK
RGB Variations
Color information
#BC62FE (or 0xBC62FE) is known color: Heliotrope. HEX triplet: BC, 62 and FE. RGB value is (188,98,254). Sum of RGB (Red+Green+Blue) = 188+98+254=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 98 (38.67% from 255 or 18.15% from 540); Blue value is 254 (99.61% from 255 or 47.04% from 540); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC62FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC62FE is #439D01. Grayscale: #8E8E8E. Windows color (decimal): -4431106 or 16671420. OLE color: 16671420.
HSL color Cylindrical-coordinate representation of color #BC62FE: hue angle of 274.62º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC62FE is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 98 | 254 | - |
| CMYK | 0.26 | 0.61 | 0 | 0.00 |
| HSL | 274.62º | 0.99% | 0.69% | - |
| HSV(B) | 274.62º | 0.61% | 1% | - |
| XYZ | 43 | 26.58 | 96.63 | - |
| YUV | 142.69 | 190.82 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 98 | 254 | 0.26 | 0.61 | 0 | 0.00 | 274.62 | 0.99 | 0.69 |
| Hex | BC | 62 | FE | 1A | 3D | 0 | 0 | 113 | 63 | 45 |
| Octal | 274 | 142 | 376 | 32 | 75 | 0 | 0 | 423 | 143 | 105 |
| Binary | 10111100 | 1100010 | 11111110 | 11010 | 111101 | 0 | 0 | 100010011 | 1100011 | 1000101 |
Color Harmonies of #BC62FE
Complementary color
Monochromatic Colors of #BC62FE
Black with #BC62FE
Text Example
Text Example
White with #BC62FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC62FE; }
p { color: rgb(188,98,254); }
H1.HeaderClassName
{
color: #BC62FE;
}
.AnyTagClassName
{
color: #BC62FE;
}
</style>
background-color css
<style>
a { background-color: #BC62FE; }
a { background-color: rgb(188,98,254); }
div.DivClassName
{
background-color: #BC62FE;
}
.BgClassName
{
background-color: #BC62FE;
}
</style>
border-color css
<style>
span { border-color: #BC62FE; }
span { border-color: rgb(188,98,254); }
td.TdClassName
{
border-color: #BC62FE;
}
.TagClassName
{
border-color: #BC62FE;
}
</style>