Shades of Heliotrope #BC62FA
Tints of Heliotrope #BC62FA
RGB
CMYK
RGB Variations
Color information
#BC62FA (or 0xBC62FA) is known color: Heliotrope. HEX triplet: BC, 62 and FA. RGB value is (188,98,250). Sum of RGB (Red+Green+Blue) = 188+98+250=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 98 (38.67% from 255 or 18.28% from 536); Blue value is 250 (98.05% from 255 or 46.64% from 536); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC62FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC62FA is #439D05. Grayscale: #8D8D8D. Windows color (decimal): -4431110 or 16409276. OLE color: 16409276.
HSL color Cylindrical-coordinate representation of color #BC62FA: hue angle of 275.53º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC62FA is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 98 | 250 | - |
| CMYK | 0.25 | 0.61 | 0 | 0.02 |
| HSL | 275.53º | 0.94% | 0.68% | - |
| HSV(B) | 275.53º | 0.61% | 0.98% | - |
| XYZ | 42.36 | 26.33 | 93.29 | - |
| YUV | 142.24 | 188.82 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 98 | 250 | 0.25 | 0.61 | 0 | 0.02 | 275.53 | 0.94 | 0.68 |
| Hex | BC | 62 | FA | 19 | 3D | 0 | 2 | 114 | 5E | 44 |
| Octal | 274 | 142 | 372 | 31 | 75 | 0 | 2 | 424 | 136 | 104 |
| Binary | 10111100 | 1100010 | 11111010 | 11001 | 111101 | 0 | 10 | 100010100 | 1011110 | 1000100 |
Color Harmonies of #BC62FA
Complementary color
Monochromatic Colors of #BC62FA
Black with #BC62FA
Text Example
Text Example
White with #BC62FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC62FA; }
p { color: rgb(188,98,250); }
H1.HeaderClassName
{
color: #BC62FA;
}
.AnyTagClassName
{
color: #BC62FA;
}
</style>
background-color css
<style>
a { background-color: #BC62FA; }
a { background-color: rgb(188,98,250); }
div.DivClassName
{
background-color: #BC62FA;
}
.BgClassName
{
background-color: #BC62FA;
}
</style>
border-color css
<style>
span { border-color: #BC62FA; }
span { border-color: rgb(188,98,250); }
td.TdClassName
{
border-color: #BC62FA;
}
.TagClassName
{
border-color: #BC62FA;
}
</style>