Shades of Heliotrope #BC70EF
Tints of Heliotrope #BC70EF
RGB
CMYK
RGB Variations
Color information
#BC70EF (or 0xBC70EF) is known color: Heliotrope. HEX triplet: BC, 70 and EF. RGB value is (188,112,239). Sum of RGB (Red+Green+Blue) = 188+112+239=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 112 (44.14% from 255 or 20.78% from 539); Blue value is 239 (93.75% from 255 or 44.34% from 539); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC70EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC70EF is #438F10. Grayscale: #949494. Windows color (decimal): -4427537 or 15691964. OLE color: 15691964.
HSL color Cylindrical-coordinate representation of color #BC70EF: hue angle of 275.91º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC70EF is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 112 | 239 | - |
| CMYK | 0.21 | 0.53 | 0 | 0.06 |
| HSL | 275.91º | 0.8% | 0.69% | - |
| HSV(B) | 275.91º | 0.53% | 0.94% | - |
| XYZ | 42.11 | 28.51 | 84.95 | - |
| YUV | 149.2 | 178.68 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 112 | 239 | 0.21 | 0.53 | 0 | 0.06 | 275.91 | 0.8 | 0.69 |
| Hex | BC | 70 | EF | 15 | 35 | 0 | 6 | 114 | 50 | 45 |
| Octal | 274 | 160 | 357 | 25 | 65 | 0 | 6 | 424 | 120 | 105 |
| Binary | 10111100 | 1110000 | 11101111 | 10101 | 110101 | 0 | 110 | 100010100 | 1010000 | 1000101 |
Color Harmonies of #BC70EF
Complementary color
Monochromatic Colors of #BC70EF
Black with #BC70EF
Text Example
Text Example
White with #BC70EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC70EF; }
p { color: rgb(188,112,239); }
H1.HeaderClassName
{
color: #BC70EF;
}
.AnyTagClassName
{
color: #BC70EF;
}
</style>
background-color css
<style>
a { background-color: #BC70EF; }
a { background-color: rgb(188,112,239); }
div.DivClassName
{
background-color: #BC70EF;
}
.BgClassName
{
background-color: #BC70EF;
}
</style>
border-color css
<style>
span { border-color: #BC70EF; }
span { border-color: rgb(188,112,239); }
td.TdClassName
{
border-color: #BC70EF;
}
.TagClassName
{
border-color: #BC70EF;
}
</style>