Shades of Heliotrope #BC77F1
Tints of Heliotrope #BC77F1
RGB
CMYK
RGB Variations
Color information
#BC77F1 (or 0xBC77F1) is known color: Heliotrope. HEX triplet: BC, 77 and F1. RGB value is (188,119,241). Sum of RGB (Red+Green+Blue) = 188+119+241=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 119 (46.88% from 255 or 21.72% from 548); Blue value is 241 (94.53% from 255 or 43.98% from 548); Max value from RGB is 241 - color contains mainly: blue. Hex color #BC77F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC77F1 is #43880E. Grayscale: #999999. Windows color (decimal): -4425743 or 15824828. OLE color: 15824828.
HSL color Cylindrical-coordinate representation of color #BC77F1: hue angle of 273.93º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC77F1 is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 119 | 241 | - |
| CMYK | 0.22 | 0.51 | 0 | 0.05 |
| HSL | 273.93º | 0.81% | 0.71% | - |
| HSV(B) | 273.93º | 0.51% | 0.95% | - |
| XYZ | 43.21 | 30.24 | 86.78 | - |
| YUV | 153.54 | 177.36 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 119 | 241 | 0.22 | 0.51 | 0 | 0.05 | 273.93 | 0.81 | 0.71 |
| Hex | BC | 77 | F1 | 16 | 33 | 0 | 5 | 112 | 51 | 47 |
| Octal | 274 | 167 | 361 | 26 | 63 | 0 | 5 | 422 | 121 | 107 |
| Binary | 10111100 | 1110111 | 11110001 | 10110 | 110011 | 0 | 101 | 100010010 | 1010001 | 1000111 |
Color Harmonies of #BC77F1
Complementary color
Monochromatic Colors of #BC77F1
Black with #BC77F1
Text Example
Text Example
White with #BC77F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC77F1; }
p { color: rgb(188,119,241); }
H1.HeaderClassName
{
color: #BC77F1;
}
.AnyTagClassName
{
color: #BC77F1;
}
</style>
background-color css
<style>
a { background-color: #BC77F1; }
a { background-color: rgb(188,119,241); }
div.DivClassName
{
background-color: #BC77F1;
}
.BgClassName
{
background-color: #BC77F1;
}
</style>
border-color css
<style>
span { border-color: #BC77F1; }
span { border-color: rgb(188,119,241); }
td.TdClassName
{
border-color: #BC77F1;
}
.TagClassName
{
border-color: #BC77F1;
}
</style>