Shades of Heliotrope #BF69F2
Tints of Heliotrope #BF69F2
RGB
CMYK
RGB Variations
Color information
#BF69F2 (or 0xBF69F2) is known color: Heliotrope. HEX triplet: BF, 69 and F2. RGB value is (191,105,242). Sum of RGB (Red+Green+Blue) = 191+105+242=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 105 (41.41% from 255 or 19.52% from 538); Blue value is 242 (94.92% from 255 or 44.98% from 538); Max value from RGB is 242 - color contains mainly: blue. Hex color #BF69F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF69F2 is #40960D. Grayscale: #919191. Windows color (decimal): -4232718 or 15886783. OLE color: 15886783.
HSL color Cylindrical-coordinate representation of color #BF69F2: hue angle of 277.66º 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 #BF69F2 is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 105 | 242 | - |
| CMYK | 0.21 | 0.57 | 0 | 0.05 |
| HSL | 277.66º | 0.84% | 0.68% | - |
| HSV(B) | 277.66º | 0.57% | 0.95% | - |
| XYZ | 42.56 | 27.59 | 87.09 | - |
| YUV | 146.33 | 181.99 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 105 | 242 | 0.21 | 0.57 | 0 | 0.05 | 277.66 | 0.84 | 0.68 |
| Hex | BF | 69 | F2 | 15 | 39 | 0 | 5 | 116 | 54 | 44 |
| Octal | 277 | 151 | 362 | 25 | 71 | 0 | 5 | 426 | 124 | 104 |
| Binary | 10111111 | 1101001 | 11110010 | 10101 | 111001 | 0 | 101 | 100010110 | 1010100 | 1000100 |
Color Harmonies of #BF69F2
Complementary color
Monochromatic Colors of #BF69F2
Black with #BF69F2
Text Example
Text Example
White with #BF69F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF69F2; }
p { color: rgb(191,105,242); }
H1.HeaderClassName
{
color: #BF69F2;
}
.AnyTagClassName
{
color: #BF69F2;
}
</style>
background-color css
<style>
a { background-color: #BF69F2; }
a { background-color: rgb(191,105,242); }
div.DivClassName
{
background-color: #BF69F2;
}
.BgClassName
{
background-color: #BF69F2;
}
</style>
border-color css
<style>
span { border-color: #BF69F2; }
span { border-color: rgb(191,105,242); }
td.TdClassName
{
border-color: #BF69F2;
}
.TagClassName
{
border-color: #BF69F2;
}
</style>