Shades of Heliotrope #BF77FE
Tints of Heliotrope #BF77FE
RGB
CMYK
RGB Variations
Color information
#BF77FE (or 0xBF77FE) is known color: Heliotrope. HEX triplet: BF, 77 and FE. RGB value is (191,119,254). Sum of RGB (Red+Green+Blue) = 191+119+254=564 (74% of max value = 765). Red value is 191 (75% from 255 or 33.87% from 564); Green value is 119 (46.88% from 255 or 21.10% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #BF77FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF77FE is #408801. Grayscale: #9B9B9B. Windows color (decimal): -4229122 or 16676799. OLE color: 16676799.
HSL color Cylindrical-coordinate representation of color #BF77FE: hue angle of 272º 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 #BF77FE is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 119 | 254 | - |
| CMYK | 0.25 | 0.53 | 0 | 0.00 |
| HSL | 272º | 0.99% | 0.73% | - |
| HSV(B) | 272º | 0.53% | 1% | - |
| XYZ | 45.97 | 31.43 | 97.41 | - |
| YUV | 155.92 | 183.35 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 119 | 254 | 0.25 | 0.53 | 0 | 0.00 | 272 | 0.99 | 0.73 |
| Hex | BF | 77 | FE | 19 | 35 | 0 | 0 | 110 | 63 | 49 |
| Octal | 277 | 167 | 376 | 31 | 65 | 0 | 0 | 420 | 143 | 111 |
| Binary | 10111111 | 1110111 | 11111110 | 11001 | 110101 | 0 | 0 | 100010000 | 1100011 | 1001001 |
Color Harmonies of #BF77FE
Complementary color
Monochromatic Colors of #BF77FE
Black with #BF77FE
Text Example
Text Example
White with #BF77FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF77FE; }
p { color: rgb(191,119,254); }
H1.HeaderClassName
{
color: #BF77FE;
}
.AnyTagClassName
{
color: #BF77FE;
}
</style>
background-color css
<style>
a { background-color: #BF77FE; }
a { background-color: rgb(191,119,254); }
div.DivClassName
{
background-color: #BF77FE;
}
.BgClassName
{
background-color: #BF77FE;
}
</style>
border-color css
<style>
span { border-color: #BF77FE; }
span { border-color: rgb(191,119,254); }
td.TdClassName
{
border-color: #BF77FE;
}
.TagClassName
{
border-color: #BF77FE;
}
</style>