Shades of Heliotrope #BC70F8
Tints of Heliotrope #BC70F8
RGB
CMYK
RGB Variations
Color information
#BC70F8 (or 0xBC70F8) is known color: Heliotrope. HEX triplet: BC, 70 and F8. RGB value is (188,112,248). Sum of RGB (Red+Green+Blue) = 188+112+248=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 112 (44.14% from 255 or 20.44% from 548); Blue value is 248 (97.27% from 255 or 45.26% from 548); Max value from RGB is 248 - color contains mainly: blue. Hex color #BC70F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC70F8 is #438F07. Grayscale: #959595. Windows color (decimal): -4427528 or 16281788. OLE color: 16281788.
HSL color Cylindrical-coordinate representation of color #BC70F8: hue angle of 273.53º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC70F8 is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 112 | 248 | - |
| CMYK | 0.24 | 0.55 | 0 | 0.03 |
| HSL | 273.53º | 0.91% | 0.71% | - |
| HSV(B) | 273.53º | 0.55% | 0.97% | - |
| XYZ | 43.48 | 29.06 | 92.12 | - |
| YUV | 150.23 | 183.18 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 112 | 248 | 0.24 | 0.55 | 0 | 0.03 | 273.53 | 0.91 | 0.71 |
| Hex | BC | 70 | F8 | 18 | 37 | 0 | 3 | 112 | 5B | 47 |
| Octal | 274 | 160 | 370 | 30 | 67 | 0 | 3 | 422 | 133 | 107 |
| Binary | 10111100 | 1110000 | 11111000 | 11000 | 110111 | 0 | 11 | 100010010 | 1011011 | 1000111 |
Color Harmonies of #BC70F8
Complementary color
Monochromatic Colors of #BC70F8
Black with #BC70F8
Text Example
Text Example
White with #BC70F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC70F8; }
p { color: rgb(188,112,248); }
H1.HeaderClassName
{
color: #BC70F8;
}
.AnyTagClassName
{
color: #BC70F8;
}
</style>
background-color css
<style>
a { background-color: #BC70F8; }
a { background-color: rgb(188,112,248); }
div.DivClassName
{
background-color: #BC70F8;
}
.BgClassName
{
background-color: #BC70F8;
}
</style>
border-color css
<style>
span { border-color: #BC70F8; }
span { border-color: rgb(188,112,248); }
td.TdClassName
{
border-color: #BC70F8;
}
.TagClassName
{
border-color: #BC70F8;
}
</style>