Shades of Heliotrope #BF66FF
Tints of Heliotrope #BF66FF
RGB
CMYK
RGB Variations
Color information
#BF66FF (or 0xBF66FF) is known color: Heliotrope. HEX triplet: BF, 66 and FF. RGB value is (191,102,255). Sum of RGB (Red+Green+Blue) = 191+102+255=548 (72% of max value = 765). Red value is 191 (75% from 255 or 34.85% from 548); Green value is 102 (40.23% from 255 or 18.61% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF66FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF66FF is #409900. Grayscale: #919191. Windows color (decimal): -4233473 or 16737983. OLE color: 16737983.
HSL color Cylindrical-coordinate representation of color #BF66FF: hue angle of 274.9º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF66FF is Cyan = 0.25, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 102 | 255 | - |
| CMYK | 0.25 | 0.6 | 0 | 0 |
| HSL | 274.9º | 1% | 0.7% | - |
| HSV(B) | 274.9º | 0.6% | 1% | - |
| XYZ | 44.29 | 27.8 | 97.64 | - |
| YUV | 146.05 | 189.49 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 102 | 255 | 0.25 | 0.6 | 0 | 0 | 274.9 | 1 | 0.7 |
| Hex | BF | 66 | FF | 19 | 3C | 0 | 0 | 113 | 64 | 46 |
| Octal | 277 | 146 | 377 | 31 | 74 | 0 | 0 | 423 | 144 | 106 |
| Binary | 10111111 | 1100110 | 11111111 | 11001 | 111100 | 0 | 0 | 100010011 | 1100100 | 1000110 |
Color Harmonies of #BF66FF
Complementary color
Monochromatic Colors of #BF66FF
Black with #BF66FF
Text Example
Text Example
White with #BF66FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF66FF; }
p { color: rgb(191,102,255); }
H1.HeaderClassName
{
color: #BF66FF;
}
.AnyTagClassName
{
color: #BF66FF;
}
</style>
background-color css
<style>
a { background-color: #BF66FF; }
a { background-color: rgb(191,102,255); }
div.DivClassName
{
background-color: #BF66FF;
}
.BgClassName
{
background-color: #BF66FF;
}
</style>
border-color css
<style>
span { border-color: #BF66FF; }
span { border-color: rgb(191,102,255); }
td.TdClassName
{
border-color: #BF66FF;
}
.TagClassName
{
border-color: #BF66FF;
}
</style>