Shades of Heliotrope #BF6BFA
Tints of Heliotrope #BF6BFA
RGB
CMYK
RGB Variations
Color information
#BF6BFA (or 0xBF6BFA) is known color: Heliotrope. HEX triplet: BF, 6B and FA. RGB value is (191,107,250). Sum of RGB (Red+Green+Blue) = 191+107+250=548 (72% of max value = 765). Red value is 191 (75% from 255 or 34.85% from 548); Green value is 107 (42.19% from 255 or 19.53% from 548); Blue value is 250 (98.05% from 255 or 45.62% from 548); Max value from RGB is 250 - color contains mainly: blue. Hex color #BF6BFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF6BFA is #409405. Grayscale: #939393. Windows color (decimal): -4232198 or 16411583. OLE color: 16411583.
HSL color Cylindrical-coordinate representation of color #BF6BFA: hue angle of 275.24º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BF6BFA is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 107 | 250 | - |
| CMYK | 0.24 | 0.57 | 0 | 0.02 |
| HSL | 275.24º | 0.93% | 0.7% | - |
| HSV(B) | 275.24º | 0.57% | 0.98% | - |
| XYZ | 44 | 28.49 | 93.62 | - |
| YUV | 148.42 | 185.33 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 107 | 250 | 0.24 | 0.57 | 0 | 0.02 | 275.24 | 0.93 | 0.7 |
| Hex | BF | 6B | FA | 18 | 39 | 0 | 2 | 113 | 5D | 46 |
| Octal | 277 | 153 | 372 | 30 | 71 | 0 | 2 | 423 | 135 | 106 |
| Binary | 10111111 | 1101011 | 11111010 | 11000 | 111001 | 0 | 10 | 100010011 | 1011101 | 1000110 |
Color Harmonies of #BF6BFA
Complementary color
Monochromatic Colors of #BF6BFA
Black with #BF6BFA
Text Example
Text Example
White with #BF6BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6BFA; }
p { color: rgb(191,107,250); }
H1.HeaderClassName
{
color: #BF6BFA;
}
.AnyTagClassName
{
color: #BF6BFA;
}
</style>
background-color css
<style>
a { background-color: #BF6BFA; }
a { background-color: rgb(191,107,250); }
div.DivClassName
{
background-color: #BF6BFA;
}
.BgClassName
{
background-color: #BF6BFA;
}
</style>
border-color css
<style>
span { border-color: #BF6BFA; }
span { border-color: rgb(191,107,250); }
td.TdClassName
{
border-color: #BF6BFA;
}
.TagClassName
{
border-color: #BF6BFA;
}
</style>