Shades of Heliotrope #BC78FF
Tints of Heliotrope #BC78FF
RGB
CMYK
RGB Variations
Color information
#BC78FF (or 0xBC78FF) is known color: Heliotrope. HEX triplet: BC, 78 and FF. RGB value is (188,120,255). Sum of RGB (Red+Green+Blue) = 188+120+255=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 120 (47.27% from 255 or 21.31% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC78FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC78FF is #438700. Grayscale: #9B9B9B. Windows color (decimal): -4425473 or 16742588. OLE color: 16742588.
HSL color Cylindrical-coordinate representation of color #BC78FF: hue angle of 270.22º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC78FF is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 120 | 255 | - |
| CMYK | 0.26 | 0.53 | 0 | 0 |
| HSL | 270.22º | 1% | 0.74% | - |
| HSV(B) | 270.22º | 0.53% | 1% | - |
| XYZ | 45.51 | 31.34 | 98.26 | - |
| YUV | 155.72 | 184.03 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 120 | 255 | 0.26 | 0.53 | 0 | 0 | 270.22 | 1 | 0.74 |
| Hex | BC | 78 | FF | 1A | 35 | 0 | 0 | 10E | 64 | 4A |
| Octal | 274 | 170 | 377 | 32 | 65 | 0 | 0 | 416 | 144 | 112 |
| Binary | 10111100 | 1111000 | 11111111 | 11010 | 110101 | 0 | 0 | 100001110 | 1100100 | 1001010 |
Color Harmonies of #BC78FF
Complementary color
Monochromatic Colors of #BC78FF
Black with #BC78FF
Text Example
Text Example
White with #BC78FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC78FF; }
p { color: rgb(188,120,255); }
H1.HeaderClassName
{
color: #BC78FF;
}
.AnyTagClassName
{
color: #BC78FF;
}
</style>
background-color css
<style>
a { background-color: #BC78FF; }
a { background-color: rgb(188,120,255); }
div.DivClassName
{
background-color: #BC78FF;
}
.BgClassName
{
background-color: #BC78FF;
}
</style>
border-color css
<style>
span { border-color: #BC78FF; }
span { border-color: rgb(188,120,255); }
td.TdClassName
{
border-color: #BC78FF;
}
.TagClassName
{
border-color: #BC78FF;
}
</style>