Shades of Heliotrope #BC77F9
Tints of Heliotrope #BC77F9
RGB
CMYK
RGB Variations
Color information
#BC77F9 (or 0xBC77F9) is known color: Heliotrope. HEX triplet: BC, 77 and F9. RGB value is (188,119,249). Sum of RGB (Red+Green+Blue) = 188+119+249=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 119 (46.88% from 255 or 21.40% from 556); Blue value is 249 (97.66% from 255 or 44.78% from 556); Max value from RGB is 249 - color contains mainly: blue. Hex color #BC77F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC77F9 is #438806. Grayscale: #9A9A9A. Windows color (decimal): -4425735 or 16349116. OLE color: 16349116.
HSL color Cylindrical-coordinate representation of color #BC77F9: hue angle of 271.85º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC77F9 is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 119 | 249 | - |
| CMYK | 0.24 | 0.52 | 0 | 0.02 |
| HSL | 271.85º | 0.92% | 0.72% | - |
| HSV(B) | 271.85º | 0.52% | 0.98% | - |
| XYZ | 44.43 | 30.72 | 93.21 | - |
| YUV | 154.45 | 181.36 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 119 | 249 | 0.24 | 0.52 | 0 | 0.02 | 271.85 | 0.92 | 0.72 |
| Hex | BC | 77 | F9 | 18 | 34 | 0 | 2 | 110 | 5C | 48 |
| Octal | 274 | 167 | 371 | 30 | 64 | 0 | 2 | 420 | 134 | 110 |
| Binary | 10111100 | 1110111 | 11111001 | 11000 | 110100 | 0 | 10 | 100010000 | 1011100 | 1001000 |
Color Harmonies of #BC77F9
Complementary color
Monochromatic Colors of #BC77F9
Black with #BC77F9
Text Example
Text Example
White with #BC77F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC77F9; }
p { color: rgb(188,119,249); }
H1.HeaderClassName
{
color: #BC77F9;
}
.AnyTagClassName
{
color: #BC77F9;
}
</style>
background-color css
<style>
a { background-color: #BC77F9; }
a { background-color: rgb(188,119,249); }
div.DivClassName
{
background-color: #BC77F9;
}
.BgClassName
{
background-color: #BC77F9;
}
</style>
border-color css
<style>
span { border-color: #BC77F9; }
span { border-color: rgb(188,119,249); }
td.TdClassName
{
border-color: #BC77F9;
}
.TagClassName
{
border-color: #BC77F9;
}
</style>