Shades of Heliotrope #BF69FE
Tints of Heliotrope #BF69FE
RGB
CMYK
RGB Variations
Color information
#BF69FE (or 0xBF69FE) is known color: Heliotrope. HEX triplet: BF, 69 and FE. RGB value is (191,105,254). Sum of RGB (Red+Green+Blue) = 191+105+254=550 (72% of max value = 765). Red value is 191 (75% from 255 or 34.73% from 550); Green value is 105 (41.41% from 255 or 19.09% from 550); Blue value is 254 (99.61% from 255 or 46.18% from 550); Max value from RGB is 254 - color contains mainly: blue. Hex color #BF69FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF69FE is #409601. Grayscale: #939393. Windows color (decimal): -4232706 or 16673215. OLE color: 16673215.
HSL color Cylindrical-coordinate representation of color #BF69FE: hue angle of 274.63º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BF69FE is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 105 | 254 | - |
| CMYK | 0.25 | 0.59 | 0 | 0.00 |
| HSL | 274.63º | 0.99% | 0.7% | - |
| HSV(B) | 274.63º | 0.59% | 1% | - |
| XYZ | 44.43 | 28.34 | 96.89 | - |
| YUV | 147.7 | 187.99 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 105 | 254 | 0.25 | 0.59 | 0 | 0.00 | 274.63 | 0.99 | 0.7 |
| Hex | BF | 69 | FE | 19 | 3B | 0 | 0 | 113 | 63 | 46 |
| Octal | 277 | 151 | 376 | 31 | 73 | 0 | 0 | 423 | 143 | 106 |
| Binary | 10111111 | 1101001 | 11111110 | 11001 | 111011 | 0 | 0 | 100010011 | 1100011 | 1000110 |
Color Harmonies of #BF69FE
Complementary color
Monochromatic Colors of #BF69FE
Black with #BF69FE
Text Example
Text Example
White with #BF69FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF69FE; }
p { color: rgb(191,105,254); }
H1.HeaderClassName
{
color: #BF69FE;
}
.AnyTagClassName
{
color: #BF69FE;
}
</style>
background-color css
<style>
a { background-color: #BF69FE; }
a { background-color: rgb(191,105,254); }
div.DivClassName
{
background-color: #BF69FE;
}
.BgClassName
{
background-color: #BF69FE;
}
</style>
border-color css
<style>
span { border-color: #BF69FE; }
span { border-color: rgb(191,105,254); }
td.TdClassName
{
border-color: #BF69FE;
}
.TagClassName
{
border-color: #BF69FE;
}
</style>