Shades of Heliotrope #BC62FF
Tints of Heliotrope #BC62FF
RGB
CMYK
RGB Variations
Color information
#BC62FF (or 0xBC62FF) is known color: Heliotrope. HEX triplet: BC, 62 and FF. RGB value is (188,98,255). Sum of RGB (Red+Green+Blue) = 188+98+255=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 98 (38.67% from 255 or 18.11% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC62FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC62FF is #439D00. Grayscale: #8E8E8E. Windows color (decimal): -4431105 or 16736956. OLE color: 16736956.
HSL color Cylindrical-coordinate representation of color #BC62FF: hue angle of 274.39º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC62FF is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 98 | 255 | - |
| CMYK | 0.26 | 0.62 | 0 | 0 |
| HSL | 274.39º | 1% | 0.69% | - |
| HSV(B) | 274.39º | 0.62% | 1% | - |
| XYZ | 43.16 | 26.65 | 97.48 | - |
| YUV | 142.81 | 191.32 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 98 | 255 | 0.26 | 0.62 | 0 | 0 | 274.39 | 1 | 0.69 |
| Hex | BC | 62 | FF | 1A | 3E | 0 | 0 | 112 | 64 | 45 |
| Octal | 274 | 142 | 377 | 32 | 76 | 0 | 0 | 422 | 144 | 105 |
| Binary | 10111100 | 1100010 | 11111111 | 11010 | 111110 | 0 | 0 | 100010010 | 1100100 | 1000101 |
Color Harmonies of #BC62FF
Complementary color
Monochromatic Colors of #BC62FF
Black with #BC62FF
Text Example
Text Example
White with #BC62FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC62FF; }
p { color: rgb(188,98,255); }
H1.HeaderClassName
{
color: #BC62FF;
}
.AnyTagClassName
{
color: #BC62FF;
}
</style>
background-color css
<style>
a { background-color: #BC62FF; }
a { background-color: rgb(188,98,255); }
div.DivClassName
{
background-color: #BC62FF;
}
.BgClassName
{
background-color: #BC62FF;
}
</style>
border-color css
<style>
span { border-color: #BC62FF; }
span { border-color: rgb(188,98,255); }
td.TdClassName
{
border-color: #BC62FF;
}
.TagClassName
{
border-color: #BC62FF;
}
</style>