Shades of Heliotrope #BC77FE
Tints of Heliotrope #BC77FE
RGB
CMYK
RGB Variations
Color information
#BC77FE (or 0xBC77FE) is known color: Heliotrope. HEX triplet: BC, 77 and FE. RGB value is (188,119,254). Sum of RGB (Red+Green+Blue) = 188+119+254=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 119 (46.88% from 255 or 21.21% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC77FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC77FE is #438801. Grayscale: #9A9A9A. Windows color (decimal): -4425730 or 16676796. OLE color: 16676796.
HSL color Cylindrical-coordinate representation of color #BC77FE: hue angle of 270.67º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC77FE is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 119 | 254 | - |
| CMYK | 0.26 | 0.53 | 0 | 0.00 |
| HSL | 270.67º | 0.99% | 0.73% | - |
| HSV(B) | 270.67º | 0.53% | 1% | - |
| XYZ | 45.23 | 31.04 | 97.37 | - |
| YUV | 155.02 | 183.86 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 119 | 254 | 0.26 | 0.53 | 0 | 0.00 | 270.67 | 0.99 | 0.73 |
| Hex | BC | 77 | FE | 1A | 35 | 0 | 0 | 10F | 63 | 49 |
| Octal | 274 | 167 | 376 | 32 | 65 | 0 | 0 | 417 | 143 | 111 |
| Binary | 10111100 | 1110111 | 11111110 | 11010 | 110101 | 0 | 0 | 100001111 | 1100011 | 1001001 |
Color Harmonies of #BC77FE
Complementary color
Monochromatic Colors of #BC77FE
Black with #BC77FE
Text Example
Text Example
White with #BC77FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC77FE; }
p { color: rgb(188,119,254); }
H1.HeaderClassName
{
color: #BC77FE;
}
.AnyTagClassName
{
color: #BC77FE;
}
</style>
background-color css
<style>
a { background-color: #BC77FE; }
a { background-color: rgb(188,119,254); }
div.DivClassName
{
background-color: #BC77FE;
}
.BgClassName
{
background-color: #BC77FE;
}
</style>
border-color css
<style>
span { border-color: #BC77FE; }
span { border-color: rgb(188,119,254); }
td.TdClassName
{
border-color: #BC77FE;
}
.TagClassName
{
border-color: #BC77FE;
}
</style>