Shades of Heliotrope #BC70F9
Tints of Heliotrope #BC70F9
RGB
CMYK
RGB Variations
Color information
#BC70F9 (or 0xBC70F9) is known color: Heliotrope. HEX triplet: BC, 70 and F9. RGB value is (188,112,249). Sum of RGB (Red+Green+Blue) = 188+112+249=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 112 (44.14% from 255 or 20.40% from 549); Blue value is 249 (97.66% from 255 or 45.36% from 549); Max value from RGB is 249 - color contains mainly: blue. Hex color #BC70F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC70F9 is #438F06. Grayscale: #959595. Windows color (decimal): -4427527 or 16347324. OLE color: 16347324.
HSL color Cylindrical-coordinate representation of color #BC70F9: hue angle of 273.28º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC70F9 is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 112 | 249 | - |
| CMYK | 0.24 | 0.55 | 0 | 0.02 |
| HSL | 273.28º | 0.92% | 0.71% | - |
| HSV(B) | 273.28º | 0.55% | 0.98% | - |
| XYZ | 43.63 | 29.12 | 92.94 | - |
| YUV | 150.34 | 183.68 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 112 | 249 | 0.24 | 0.55 | 0 | 0.02 | 273.28 | 0.92 | 0.71 |
| Hex | BC | 70 | F9 | 18 | 37 | 0 | 2 | 111 | 5C | 47 |
| Octal | 274 | 160 | 371 | 30 | 67 | 0 | 2 | 421 | 134 | 107 |
| Binary | 10111100 | 1110000 | 11111001 | 11000 | 110111 | 0 | 10 | 100010001 | 1011100 | 1000111 |
Color Harmonies of #BC70F9
Complementary color
Monochromatic Colors of #BC70F9
Black with #BC70F9
Text Example
Text Example
White with #BC70F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC70F9; }
p { color: rgb(188,112,249); }
H1.HeaderClassName
{
color: #BC70F9;
}
.AnyTagClassName
{
color: #BC70F9;
}
</style>
background-color css
<style>
a { background-color: #BC70F9; }
a { background-color: rgb(188,112,249); }
div.DivClassName
{
background-color: #BC70F9;
}
.BgClassName
{
background-color: #BC70F9;
}
</style>
border-color css
<style>
span { border-color: #BC70F9; }
span { border-color: rgb(188,112,249); }
td.TdClassName
{
border-color: #BC70F9;
}
.TagClassName
{
border-color: #BC70F9;
}
</style>