Shades of Heliotrope #BF68FA
Tints of Heliotrope #BF68FA
RGB
CMYK
RGB Variations
Color information
#BF68FA (or 0xBF68FA) is known color: Heliotrope. HEX triplet: BF, 68 and FA. RGB value is (191,104,250). Sum of RGB (Red+Green+Blue) = 191+104+250=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 104 (41.02% from 255 or 19.08% from 545); Blue value is 250 (98.05% from 255 or 45.87% from 545); Max value from RGB is 250 - color contains mainly: blue. Hex color #BF68FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF68FA is #409705. Grayscale: #929292. Windows color (decimal): -4232966 or 16410815. OLE color: 16410815.
HSL color Cylindrical-coordinate representation of color #BF68FA: hue angle of 275.75º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF68FA is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 104 | 250 | - |
| CMYK | 0.24 | 0.58 | 0 | 0.02 |
| HSL | 275.75º | 0.94% | 0.69% | - |
| HSV(B) | 275.75º | 0.58% | 0.98% | - |
| XYZ | 43.69 | 27.88 | 93.52 | - |
| YUV | 146.66 | 186.32 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 104 | 250 | 0.24 | 0.58 | 0 | 0.02 | 275.75 | 0.94 | 0.69 |
| Hex | BF | 68 | FA | 18 | 3A | 0 | 2 | 114 | 5E | 45 |
| Octal | 277 | 150 | 372 | 30 | 72 | 0 | 2 | 424 | 136 | 105 |
| Binary | 10111111 | 1101000 | 11111010 | 11000 | 111010 | 0 | 10 | 100010100 | 1011110 | 1000101 |
Color Harmonies of #BF68FA
Complementary color
Monochromatic Colors of #BF68FA
Black with #BF68FA
Text Example
Text Example
White with #BF68FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF68FA; }
p { color: rgb(191,104,250); }
H1.HeaderClassName
{
color: #BF68FA;
}
.AnyTagClassName
{
color: #BF68FA;
}
</style>
background-color css
<style>
a { background-color: #BF68FA; }
a { background-color: rgb(191,104,250); }
div.DivClassName
{
background-color: #BF68FA;
}
.BgClassName
{
background-color: #BF68FA;
}
</style>
border-color css
<style>
span { border-color: #BF68FA; }
span { border-color: rgb(191,104,250); }
td.TdClassName
{
border-color: #BF68FA;
}
.TagClassName
{
border-color: #BF68FA;
}
</style>