Shades of Heliotrope #BC78F2
Tints of Heliotrope #BC78F2
RGB
CMYK
RGB Variations
Color information
#BC78F2 (or 0xBC78F2) is known color: Heliotrope. HEX triplet: BC, 78 and F2. RGB value is (188,120,242). Sum of RGB (Red+Green+Blue) = 188+120+242=550 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.18% from 550); Green value is 120 (47.27% from 255 or 21.82% from 550); Blue value is 242 (94.92% from 255 or 44% from 550); Max value from RGB is 242 - color contains mainly: blue. Hex color #BC78F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC78F2 is #43870D. Grayscale: #999999. Windows color (decimal): -4425486 or 15890620. OLE color: 15890620.
HSL color Cylindrical-coordinate representation of color #BC78F2: hue angle of 273.44º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC78F2 is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 120 | 242 | - |
| CMYK | 0.22 | 0.50 | 0 | 0.05 |
| HSL | 273.44º | 0.82% | 0.71% | - |
| HSV(B) | 273.44º | 0.5% | 0.95% | - |
| XYZ | 43.48 | 30.54 | 87.61 | - |
| YUV | 154.24 | 177.53 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 120 | 242 | 0.22 | 0.50 | 0 | 0.05 | 273.44 | 0.82 | 0.71 |
| Hex | BC | 78 | F2 | 16 | 32 | 0 | 5 | 111 | 52 | 47 |
| Octal | 274 | 170 | 362 | 26 | 62 | 0 | 5 | 421 | 122 | 107 |
| Binary | 10111100 | 1111000 | 11110010 | 10110 | 110010 | 0 | 101 | 100010001 | 1010010 | 1000111 |
Color Harmonies of #BC78F2
Complementary color
Monochromatic Colors of #BC78F2
Black with #BC78F2
Text Example
Text Example
White with #BC78F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC78F2; }
p { color: rgb(188,120,242); }
H1.HeaderClassName
{
color: #BC78F2;
}
.AnyTagClassName
{
color: #BC78F2;
}
</style>
background-color css
<style>
a { background-color: #BC78F2; }
a { background-color: rgb(188,120,242); }
div.DivClassName
{
background-color: #BC78F2;
}
.BgClassName
{
background-color: #BC78F2;
}
</style>
border-color css
<style>
span { border-color: #BC78F2; }
span { border-color: rgb(188,120,242); }
td.TdClassName
{
border-color: #BC78F2;
}
.TagClassName
{
border-color: #BC78F2;
}
</style>