Shades of Heliotrope #BF68F8
Tints of Heliotrope #BF68F8
RGB
CMYK
RGB Variations
Color information
#BF68F8 (or 0xBF68F8) is known color: Heliotrope. HEX triplet: BF, 68 and F8. RGB value is (191,104,248). Sum of RGB (Red+Green+Blue) = 191+104+248=543 (71% of max value = 765). Red value is 191 (75% from 255 or 35.17% from 543); Green value is 104 (41.02% from 255 or 19.15% from 543); Blue value is 248 (97.27% from 255 or 45.67% from 543); Max value from RGB is 248 - color contains mainly: blue. Hex color #BF68F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF68F8 is #409707. Grayscale: #919191. Windows color (decimal): -4232968 or 16279743. OLE color: 16279743.
HSL color Cylindrical-coordinate representation of color #BF68F8: hue angle of 276.25º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF68F8 is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 104 | 248 | - |
| CMYK | 0.23 | 0.58 | 0 | 0.03 |
| HSL | 276.25º | 0.91% | 0.69% | - |
| HSV(B) | 276.25º | 0.58% | 0.97% | - |
| XYZ | 43.38 | 27.75 | 91.88 | - |
| YUV | 146.43 | 185.32 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 104 | 248 | 0.23 | 0.58 | 0 | 0.03 | 276.25 | 0.91 | 0.69 |
| Hex | BF | 68 | F8 | 17 | 3A | 0 | 3 | 114 | 5B | 45 |
| Octal | 277 | 150 | 370 | 27 | 72 | 0 | 3 | 424 | 133 | 105 |
| Binary | 10111111 | 1101000 | 11111000 | 10111 | 111010 | 0 | 11 | 100010100 | 1011011 | 1000101 |
Color Harmonies of #BF68F8
Complementary color
Monochromatic Colors of #BF68F8
Black with #BF68F8
Text Example
Text Example
White with #BF68F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF68F8; }
p { color: rgb(191,104,248); }
H1.HeaderClassName
{
color: #BF68F8;
}
.AnyTagClassName
{
color: #BF68F8;
}
</style>
background-color css
<style>
a { background-color: #BF68F8; }
a { background-color: rgb(191,104,248); }
div.DivClassName
{
background-color: #BF68F8;
}
.BgClassName
{
background-color: #BF68F8;
}
</style>
border-color css
<style>
span { border-color: #BF68F8; }
span { border-color: rgb(191,104,248); }
td.TdClassName
{
border-color: #BF68F8;
}
.TagClassName
{
border-color: #BF68F8;
}
</style>