Shades of Heliotrope #BF68F2
Tints of Heliotrope #BF68F2
RGB
CMYK
RGB Variations
Color information
#BF68F2 (or 0xBF68F2) is known color: Heliotrope. HEX triplet: BF, 68 and F2. RGB value is (191,104,242). Sum of RGB (Red+Green+Blue) = 191+104+242=537 (71% of max value = 765). Red value is 191 (75% from 255 or 35.57% from 537); Green value is 104 (41.02% from 255 or 19.37% from 537); Blue value is 242 (94.92% from 255 or 45.07% from 537); Max value from RGB is 242 - color contains mainly: blue. Hex color #BF68F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF68F2 is #40970D. Grayscale: #919191. Windows color (decimal): -4232974 or 15886527. OLE color: 15886527.
HSL color Cylindrical-coordinate representation of color #BF68F2: hue angle of 277.83º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BF68F2 is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 104 | 242 | - |
| CMYK | 0.21 | 0.57 | 0 | 0.05 |
| HSL | 277.83º | 0.84% | 0.68% | - |
| HSV(B) | 277.83º | 0.57% | 0.95% | - |
| XYZ | 42.46 | 27.39 | 87.05 | - |
| YUV | 145.75 | 182.32 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 104 | 242 | 0.21 | 0.57 | 0 | 0.05 | 277.83 | 0.84 | 0.68 |
| Hex | BF | 68 | F2 | 15 | 39 | 0 | 5 | 116 | 54 | 44 |
| Octal | 277 | 150 | 362 | 25 | 71 | 0 | 5 | 426 | 124 | 104 |
| Binary | 10111111 | 1101000 | 11110010 | 10101 | 111001 | 0 | 101 | 100010110 | 1010100 | 1000100 |
Color Harmonies of #BF68F2
Complementary color
Monochromatic Colors of #BF68F2
Black with #BF68F2
Text Example
Text Example
White with #BF68F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF68F2; }
p { color: rgb(191,104,242); }
H1.HeaderClassName
{
color: #BF68F2;
}
.AnyTagClassName
{
color: #BF68F2;
}
</style>
background-color css
<style>
a { background-color: #BF68F2; }
a { background-color: rgb(191,104,242); }
div.DivClassName
{
background-color: #BF68F2;
}
.BgClassName
{
background-color: #BF68F2;
}
</style>
border-color css
<style>
span { border-color: #BF68F2; }
span { border-color: rgb(191,104,242); }
td.TdClassName
{
border-color: #BF68F2;
}
.TagClassName
{
border-color: #BF68F2;
}
</style>