Shades of Heliotrope #BC77FB
Tints of Heliotrope #BC77FB
RGB
CMYK
RGB Variations
Color information
#BC77FB (or 0xBC77FB) is known color: Heliotrope. HEX triplet: BC, 77 and FB. RGB value is (188,119,251). Sum of RGB (Red+Green+Blue) = 188+119+251=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 119 (46.88% from 255 or 21.33% from 558); Blue value is 251 (98.44% from 255 or 44.98% from 558); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC77FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC77FB is #438804. Grayscale: #9A9A9A. Windows color (decimal): -4425733 or 16480188. OLE color: 16480188.
HSL color Cylindrical-coordinate representation of color #BC77FB: hue angle of 271.36º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC77FB is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 119 | 251 | - |
| CMYK | 0.25 | 0.53 | 0 | 0.02 |
| HSL | 271.36º | 0.94% | 0.73% | - |
| HSV(B) | 271.36º | 0.53% | 0.98% | - |
| XYZ | 44.75 | 30.85 | 94.86 | - |
| YUV | 154.68 | 182.36 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 119 | 251 | 0.25 | 0.53 | 0 | 0.02 | 271.36 | 0.94 | 0.73 |
| Hex | BC | 77 | FB | 19 | 35 | 0 | 2 | 10F | 5E | 49 |
| Octal | 274 | 167 | 373 | 31 | 65 | 0 | 2 | 417 | 136 | 111 |
| Binary | 10111100 | 1110111 | 11111011 | 11001 | 110101 | 0 | 10 | 100001111 | 1011110 | 1001001 |
Color Harmonies of #BC77FB
Complementary color
Monochromatic Colors of #BC77FB
Black with #BC77FB
Text Example
Text Example
White with #BC77FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC77FB; }
p { color: rgb(188,119,251); }
H1.HeaderClassName
{
color: #BC77FB;
}
.AnyTagClassName
{
color: #BC77FB;
}
</style>
background-color css
<style>
a { background-color: #BC77FB; }
a { background-color: rgb(188,119,251); }
div.DivClassName
{
background-color: #BC77FB;
}
.BgClassName
{
background-color: #BC77FB;
}
</style>
border-color css
<style>
span { border-color: #BC77FB; }
span { border-color: rgb(188,119,251); }
td.TdClassName
{
border-color: #BC77FB;
}
.TagClassName
{
border-color: #BC77FB;
}
</style>